Memory Pool Memory Pool Refreshing

64,920 transactions
30.40 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,562 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,863 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,561 (380,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
482,275 482,275 0000000000000000005406daf25c61b9267b81d9976b608f4bb6c4d7403edf4c 1.00 MB 1,932 91
482,274 482,274 000000000000000000f0f2008d4141510b88c6ac28e5b577aee98d9d440a3eb3 1.00 MB 1,427 145
482,273 482,273 000000000000000000e17d0cb6c79472234873570924aa1268df82caab7f5d5f 1.00 MB 1,317 185
482,272 482,272 0000000000000000005a8227e0b85434ee818d50f374372fc667afe07ad50e4e 1.00 MB 248 30
482,271 482,271 000000000000000000aaf4a642be638d377855a33581ef673a15c2a38203c15b 1.00 MB 1,601 202
482,270 482,270 0000000000000000005adfc6759602bee78b1b58f1842a16fbac8a78a669ad4b 1.00 MB 2,006 246
482,269 482,269 0000000000000000012d11c19fd34e57aedb5448b6c3aec6b72d846055b70686 1.00 MB 2,076 257
482,268 482,268 00000000000000000036f10fe93ae57e7cfa70f8d7ab4f00ada6ea29c3bd8a70 0.99 MB 1,721 248
482,267 482,267 000000000000000000285131fd41fafb3206e669e2bae8a93ade567b0197e785 1.00 MB 1,931 80
482,266 482,266 000000000000000000d11271d79aa4d087aa963cb43be7968d12f9551c18f83f 1.00 MB 2,297 417
482,265 482,265 0000000000000000004bf999c4eb4c3aa5eb89ffb311fc5f16e5f7b7f60f2bc3 1.00 MB 2,048 21
482,264 482,264 0000000000000000006b0d75cdbf3f60df7069d1dc4c0d66a7a0d37475d16bea 1.00 MB 1,997 267
482,263 482,263 000000000000000001086814f09f129fe1de77f9bcd86f2691fc536d8e5d7aa4 0.99 MB 1,900 416
482,262 482,262 00000000000000000076781793cd1fbc30c5655ac5790de832287dd4eb4c9b5f 1.00 MB 1,243 189
482,261 482,261 000000000000000000f4ce4b7df91de0583e2794806ff24087302eb19bf22d3e 1.00 MB 2,123 406
482,260 482,260 000000000000000000fba3a5f73c6a43a1813f200502e9f50d55e79f5a86fa64 0.99 MB 1,937 345
482,259 482,259 0000000000000000010d0bdd971a9ef481c8d606dadd29a4f3ef8253c6af3403 1.00 MB 1,811 196
482,258 482,258 0000000000000000006ab3008d37d0b8d80ad1bcf43d051e42cf05902420ac67 1.00 MB 2,008 423
482,257 482,257 0000000000000000008c8662ee10a6ed7e534438d428bc9d80fdd4512c452f53 1.00 MB 1,518 98
482,256 482,256 000000000000000000a3184170587011438a976d606c4638feef9c8b037777f0 1.00 MB 1,872 193
482,255 482,255 000000000000000000023740e9be6b1da1a17bb32bb671bf90258e48ab76b6d0 0.99 MB 1,955 251
Previous 10 blocks ↓
Total Size: 685.24 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,374.83 GB sent, 107.31 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.