Memory Pool Memory Pool Refreshing

35,202 transactions
19.35 vMB
Show Random Selection Loading Transactions
Max Size: 124/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,698 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,398 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,697 (62,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
807,460 807,460 0000000000000000000298afba90b241a0c32d63570ce7279ddefa0dfaa62836 1.81 MB 3,499 21
807,459 807,459 000000000000000000034ec555b2b82e5aeb6771b38621736d80b45cbdec976b 1.76 MB 1,485 14
807,458 807,458 0000000000000000000075912c672e59b778617a4b7f2c73336f1b956eaafe1f 1.50 MB 2,481 23
807,457 807,457 000000000000000000044901c1e83648e3cdec8d2ef61bc626b067737773f073 1.60 MB 4,123 25
807,456 807,456 00000000000000000002f7f86be802e0e871f51f006c0c9a141b4319b92be267 1.63 MB 2,564 34
807,455 807,455 000000000000000000023ee56dc16fdf7ab3b06e38c9dbd9fd0c2c393c4a8a15 1.58 MB 1,888 33
807,454 807,454 00000000000000000002731fced25abed020e00fcb500d9b2b8e8f58bbb82aeb 2.04 MB 6,022 16
807,453 807,453 00000000000000000004759b075c9b0625dc531d11fd274ac9cf6f5d1a31f779 1.79 MB 2,802 16
807,452 807,452 0000000000000000000076d6ba131ea8181fccd09f3452f07d321c8e4f4b2259 1.42 MB 2,509 23
807,451 807,451 00000000000000000004f73bfa73175ea5412ca46040df9bea6396a71675849c 1.59 MB 3,222 30
807,450 807,450 00000000000000000001a4836d61f963e010bda17493e7f657b63d292c81e1e8 1.60 MB 2,439 16
807,449 807,449 000000000000000000040c94636d6355e9a891f28006060ca115cc49a7bcfd0d 1.49 MB 2,212 22
807,448 807,448 00000000000000000004e9e24bb7b678db9d4510f68ee931ba36b612d7c05f6e 1.62 MB 2,781 24
807,447 807,447 0000000000000000000495bac1909a2410cabfb506c25e080d81d6e302595158 1.50 MB 3,510 35
807,446 807,446 000000000000000000010b94a8ba69e15cc31561eebffbdebd2b014a5fb21b49 1.86 MB 5,183 13
807,445 807,445 00000000000000000001acec981110faad457f22c2dac7452e94fdcc60abe873 1.53 MB 3,145 27
807,444 807,444 000000000000000000040fb84e95d14e41f645924599486e61b0986e2fe3939a 1.46 MB 2,726 26
807,443 807,443 000000000000000000005bb2b94545a5d9040bac3f3b76df366f655f1e092ff1 1.88 MB 2,419 24
807,442 807,442 00000000000000000000e61d65059973b02405541b4e43db4086bd79390ad4bc 1.91 MB 5,100 16
807,441 807,441 000000000000000000045b0bd46c84ef1ea3c7b8895ee5f24126c4abdaf12ac4 1.47 MB 1,874 23
807,440 807,440 00000000000000000001bdbdf013b8e934e8425e441921736653cb552153e4b4 1.56 MB 2,999 20
Previous 10 blocks ↓
Total Size: 698.89 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,101.66 GB sent, 203.23 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.