Memory Pool Memory Pool Refreshing

107,068 transactions
31.40 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
867,193 00000000000000000002f1280000000000000000000000000000000000000000 ago 1.00 vMB 6,675 77
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 867,192 (679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,513 866,513 00000000000000000000df08647272c5e41e5cfe3f412d76e10fc382d6b69c77 1.54 MB 6,654 16
866,512 866,512 00000000000000000000a4eb0e9b38a1fe159ac4b3a519c6c1ea5e60ab842332 1.47 MB 6,576 13
866,511 866,511 00000000000000000000aa6796b88cd716a6d0d284a3837637bf91a6b7150712 1.49 MB 6,355 11
866,510 866,510 00000000000000000002064c39c81e8160f10fcebdb62fe3358f8b4870aef204 1.47 MB 6,358 7
866,509 866,509 0000000000000000000197109a8e6bd0c77b55477763ceadc0b467db8729f6cf 1.48 MB 6,353 8
866,508 866,508 0000000000000000000134f6511e956c6b77b0cc1933e8ec32abb7d6679b8ced 0.00 MB 1 0
866,507 866,507 00000000000000000000d03fafe090406c1267b53d3c28e74b6caf7244805170 1.77 MB 2,426 5
866,506 866,506 00000000000000000001e2553a11cfb4e687a34c9482ffab7da6a518e7183fca 1.75 MB 3,873 2
866,505 866,505 000000000000000000001e18d53fbfe2e82948d8e92a1f78d81c922abbdee243 1.70 MB 2,712 3
866,504 866,504 00000000000000000000995ed97b5ccfebd1035a0e687f967a3ade51a8a02f87 1.34 MB 2,469 3
866,503 866,503 000000000000000000004d0b289b37a56bbb5ff8f202c75234bb3057de940c11 1.37 MB 3,681 3
866,502 866,502 00000000000000000002f161a2a8d2c1ef518d962de2645df228d15996bd9785 1.58 MB 5,009 3
866,501 866,501 00000000000000000002cde5eec2dcb809a82f7252e1947aa6a2543fba569c09 1.63 MB 4,903 4
866,500 866,500 000000000000000000003952540ecfe2b3c465f813d8f480cd22817e3d69149d 1.54 MB 4,074 7
866,499 866,499 000000000000000000030822423b93e639d1fd4df596a0d1ed1b1f34b42270e0 1.47 MB 5,560 3
866,498 866,498 00000000000000000000df616a4a96d4296e4e3e42cb3ee27f739cacc303aca8 1.54 MB 5,529 5
866,497 866,497 000000000000000000022f9ab3a54e8f6d6bcf5179c960917c2f0bcccc40bc3e 1.72 MB 4,956 4
866,496 866,496 000000000000000000004a2241395b6881cfa1e85f62bdc870a99a055c61a0eb 1.51 MB 5,650 4
866,495 866,495 00000000000000000000af589fef093cac28d01b369bcdb2e95e8e8a3e75ae4b 1.24 MB 2,242 2
866,494 866,494 00000000000000000000878bba2b982e1adbe148729ad9240d945e9163b5d5a0 1.52 MB 4,718 4
866,493 866,493 000000000000000000000cf71596dfb30f2937a9889e17e3c75e76b721116a79 1.35 MB 3,314 3
Previous 10 blocks ↓
Total Size: 693.96 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,898.88 GB sent, 172.75 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.