Memory Pool Memory Pool Refreshing

3,702 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
899,565 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 3,292 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,564 (61,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,055 838,055 00000000000000000000191a3979341f5606b46836813100fa7f6b70b0ad8cb3 1.56 MB 3,286 14
838,054 838,054 00000000000000000001303832b125a7f8627701b04efde8aa2cd29a983efdc9 1.76 MB 4,352 12
838,053 838,053 00000000000000000001e50c4459dfdd00f40875f26711761e78bb1377b4c2c9 1.90 MB 3,339 13
838,052 838,052 00000000000000000002a56e36c214aa5790e264ae28c1166517f453394623f8 1.59 MB 3,366 17
838,051 838,051 00000000000000000002ca14091e5f6fb9cab858896ca2082041de5d394f7750 1.82 MB 3,608 12
838,050 838,050 000000000000000000020335e00daf68f16f18ca450967b3de4620517a5f3535 1.61 MB 2,855 20
838,049 838,049 0000000000000000000112849016c99328e942c711397407d0328a9e42250cdf 1.37 MB 2,210 11
838,048 838,048 000000000000000000003d3802e5740a326ae739fc5147754bf9d396015ba23c 1.56 MB 2,436 11
838,047 838,047 00000000000000000003174ddbb4edccabb51d219b64d9b62f33fe13de8d089c 1.58 MB 2,833 16
838,046 838,046 000000000000000000004989f3993f91fec9da6018c338ebc3340d776461e97e 1.59 MB 2,771 17
838,045 838,045 00000000000000000003598a52f3f1582e62384a712a993f88af64af9abdcbac 1.82 MB 2,648 12
838,044 838,044 00000000000000000002416d6f0c335a8f28ce32835e350e664716dc5c0967b1 1.63 MB 3,179 16
838,043 838,043 00000000000000000001ee4edafa69eef979f952454cea978e5022ecd44c6028 1.72 MB 2,528 17
838,042 838,042 00000000000000000001137693e4262922fb41263a22cf0e488ed549b90dae0e 1.58 MB 3,013 20
838,041 838,041 000000000000000000016e7b312f1a0a57f56b6dfa35abbde7bde992f99aed42 1.78 MB 2,641 16
838,040 838,040 000000000000000000011cdeb0b2afb5e4daf4dda832351cf17270b283208c9a 1.74 MB 2,726 14
838,039 838,039 000000000000000000027b5037e77a3ab1f56294f25de7ecfdcb3ff0abd36517 1.76 MB 2,614 12
838,038 838,038 000000000000000000018042289f414abfd005c270adb77f2ac93d39c2761f4e 1.89 MB 3,782 9
838,037 838,037 000000000000000000002d8993a00fc4fedefd41582e0d6df11b1fa7574ac8e6 1.57 MB 3,021 13
838,036 838,036 0000000000000000000338d2c5e866dcbeab30de7674c946058b419b3a51e8fd 1.79 MB 3,613 5
838,035 838,035 00000000000000000000c15bbb1cff1b29a932886c4cfda80b2ad91c6f86e9f7 1.99 MB 4,850 8
Previous 10 blocks ↓
Total Size: 755.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 503.77 GB sent, 24.80 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.