Memory Pool Memory Pool Refreshing

21,298 transactions
31.84 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,880 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 2,566 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,879 (392,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,163 471,163 00000000000000000008206730bc535e63096fd98eedf61e05d534fb2db72985 1.00 MB 2,551 400
471,162 471,162 00000000000000000189b388dc0cd716513c10abbc3b677097766e995e913fc1 1.00 MB 2,294 401
471,161 471,161 0000000000000000019ea621e4dcf5424b149b23f2b7f03354cbc4e69466e49b 1.00 MB 2,041 297
471,160 471,160 00000000000000000022b40118f4169bc5017aec6ad507c8e9d19b52300e749e 1.00 MB 2,417 230
471,159 471,159 000000000000000000f8077ce9addb5c38e07e46123b193bee31e6dc85359ca3 1.00 MB 2,817 325
471,158 471,158 000000000000000000178f555674813a990b2daa8a6e4219cd4c8d5064b0ceb6 1.00 MB 2,548 421
471,157 471,157 000000000000000000ae2e52d129438f4ade3790945351eddc6ebfa718863fd5 1.00 MB 2,516 268
471,156 471,156 00000000000000000190d8dee790078635143da7f0d6eff9857de5ad4efaec21 1.00 MB 2,508 347
471,155 471,155 0000000000000000010dc7f8b97186fb6655681fcd8402e8beb582dbe89f94ed 1.00 MB 2,217 406
471,154 471,154 00000000000000000138c46828d6a4856c72d31e643c4663dfd80fb56cfa82c4 1.00 MB 2,169 359
471,153 471,153 000000000000000000f3ea7168943596e141374177e08d184c5790746c2970ac 1.00 MB 2,409 428
471,152 471,152 000000000000000000db8fdb5d7cb4c0fcda6b6e5f4f599f4b1fda0e3d49b980 1.00 MB 1,962 462
471,151 471,151 0000000000000000009539fd164fa37870cc30ab49f8268f638a737d63b0a599 1.00 MB 1,442 286
471,150 471,150 000000000000000001562c1b9731b9921a96134a49f746ab33ee218b7f55ebba 1.00 MB 2,161 374
471,149 471,149 0000000000000000017bb4421ad64313cc3ef9653e37424429befd13a3a1d9c8 1.00 MB 1,452 378
471,148 471,148 0000000000000000006543025e316c6a38b3e8ddac38fe8a5dcf0ad76c89940a 1.00 MB 1,573 345
471,147 471,147 000000000000000000e4b6d4f04933d794aca9990998a79746ad2bc6b39c5bbb 1.00 MB 2,381 438
471,146 471,146 0000000000000000011db3cbc8f332074fb4e5920d97f31d6204e433fab88c8e 1.00 MB 1,915 399
471,145 471,145 0000000000000000012964494685187bf28d5f457932703e6780af3d50e4d220 1.00 MB 2,273 505
471,144 471,144 00000000000000000010bcfc37079847e7d7e81157608a09fa14264edddb7479 1.00 MB 1,354 358
471,143 471,143 00000000000000000028c97ce5e2085f34b2a470511cf2771d5bb2b8b39d2311 1.00 MB 2,387 449
Previous 10 blocks ↓
Total Size: 687.79 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,525.28 GB sent, 124.04 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.