Memory Pool Memory Pool Refreshing

23,904 transactions
36.95 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,123 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,452 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,122 (37,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
824,513 824,513 00000000000000000000a63021c17572b66507c6b6623ccf4e780272d19b2528 1.70 MB 2,983 90
824,512 824,512 000000000000000000012339503d1731284361d60a4e89c8738807a80529537a 1.78 MB 3,239 62
824,511 824,511 00000000000000000000e1ae6a56cb6a7ee4fc08c2856c7a06482d00c9c77071 1.95 MB 2,691 79
824,510 824,510 000000000000000000000284ef2f29a6a984c07271b5433b775c30174354f6a2 1.63 MB 2,137 60
824,509 824,509 0000000000000000000144e5ddc9dcff30ca3020910fb0164b9c98d28fec84a1 1.65 MB 2,574 55
824,508 824,508 00000000000000000002c66da240f7cc36de359374d85b69d6a32e686d080f57 2.03 MB 3,013 59
824,507 824,507 0000000000000000000310eeabf94e2acf6fa360a01feab39aff28efcdb29926 2.07 MB 3,095 81
824,506 824,506 00000000000000000002c2ce9cc9e93b831d5300f791f6c67fc8365fe18a4352 1.71 MB 3,014 68
824,505 824,505 0000000000000000000190f6826233dd4f4946eaf591dd3b92cdb09576772e41 1.88 MB 2,652 83
824,504 824,504 0000000000000000000085f773c03078d0b65fcae0518cc44a09fe1061693709 1.60 MB 3,421 119
824,503 824,503 000000000000000000031518b9a95c9baee3199abbd796683e400778787a7182 1.61 MB 3,356 134
824,502 824,502 00000000000000000002fe23c69f9ef80277724164a9ebe89dbbc35539b01d8e 2.27 MB 3,055 80
824,501 824,501 00000000000000000002e59b21e9540c6b3e51fe5fd4251e3a209c16b1c27b90 1.81 MB 2,969 53
824,500 824,500 00000000000000000000b977ad8e69f8a468fe170a9b7d5e206db86710d1f69b 1.75 MB 3,359 91
824,499 824,499 0000000000000000000061dd6149bd168e9956c0eec180cffb904ac11a7a40e3 1.56 MB 3,026 77
824,498 824,498 0000000000000000000103e1d742c98c44ac57ce4aa843a8ddd69928435d1d95 1.63 MB 3,137 155
824,497 824,497 0000000000000000000291e0b7aa74f0de87fc7d5e4ceddee11c2c88a9119851 1.94 MB 2,900 69
824,496 824,496 0000000000000000000103d4c16b080fb220c0b6ff17840607d4579567eb4777 1.59 MB 3,368 98
824,495 824,495 000000000000000000006ca59b236f3c59f1b6a1dc4747637b8ced54d2765ace 1.76 MB 2,597 65
824,494 824,494 0000000000000000000010728e8df0eea64ed7f4460e584e26472310d2227da3 1.64 MB 3,264 78
824,493 824,493 00000000000000000000ac4113497ecc27e840351fa9b4ad9a34307e95ff51df 1.29 MB 1,582 55
Previous 10 blocks ↓
Total Size: 684.40 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: 1,338.89 GB sent, 100.94 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.