Memory Pool Memory Pool Refreshing

25,321 transactions
27.48 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,075 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,455 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,074 (109,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
752,285 752,285 000000000000000000053d49db643f617ddbbf5d1070337476330f7f7fee39ed 1.42 MB 2,328 13
752,284 752,284 00000000000000000002574e845a42170bf1031875fca4cc8e673674699de32e 1.41 MB 3,468 24
752,283 752,283 000000000000000000061e1923dcd34f65beb1a049a55d2902ce376526f313f3 1.35 MB 2,296 20
752,282 752,282 000000000000000000051f9c7055afe1d72f5bb94747357bf506ff7e835b3aba 1.26 MB 1,927 16
752,281 752,281 00000000000000000007d5c33e7e5f3062629c6d64d91527992651bf9cb06155 1.31 MB 2,218 17
752,280 752,280 00000000000000000007db6920fbb7d7faa5b87cd31798c686a69175c7ed0dde 1.73 MB 3,215 5
752,279 752,279 00000000000000000001bb5fbda725a8e90a6cb2d9c781366ce756a557e046c3 1.58 MB 2,548 6
752,278 752,278 0000000000000000000716455ddff9e94cdad68a0f8598dba8897662a6d484cb 1.41 MB 1,510 9
752,277 752,277 00000000000000000002b8e449cf7c161adc9b5c2afda9aca8d2867c1ea1e701 1.51 MB 2,889 11
752,276 752,276 00000000000000000001c09b34e5c4cf81992621642f23d0789a9722b09a8594 1.52 MB 2,850 11
752,275 752,275 00000000000000000001363859763a490101a2a4fa802cecddc950870b4c31af 1.39 MB 3,024 23
752,274 752,274 00000000000000000005d9d42cee163ea8fe218b79df3ac36ffdbca66671cb25 1.67 MB 3,017 13
752,273 752,273 00000000000000000004e6e2345af5360190a3786db18bd1fefa215f7c9bfc05 1.35 MB 2,648 23
752,272 752,272 00000000000000000008fb0528f54f8bc0bcfeea0a2702c58470c1dd2bd4e8c4 1.72 MB 1,362 11
752,271 752,271 00000000000000000005d7b391bdd5b93a06e7e912c660aca563f9422ae03846 1.46 MB 2,573 21
752,270 752,270 0000000000000000000684695a3bf57c89c8fa9a8bb171fb971f4d7fab081007 1.27 MB 1,213 14
752,269 752,269 00000000000000000006997b2091713b58be11fde30c5292424bc7ec47f12dff 1.60 MB 2,412 16
752,268 752,268 00000000000000000006361667776efd7b58f0eba045221de1e6b9a1f0d565d0 1.46 MB 2,553 15
752,267 752,267 0000000000000000000703e9057b4ce07ab1b2bac38a80bfed3fce81117a0527 1.45 MB 3,620 20
752,266 752,266 000000000000000000060519e64d4412396655b742314a7a8427ae4e891400da 1.54 MB 2,461 12
752,265 752,265 000000000000000000022cafcc7e841838afbfcd84058e7632571a31534af210 1.82 MB 2,001 20
Previous 10 blocks ↓
Total Size: 684.30 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,333.71 GB sent, 100.34 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.