Memory Pool Memory Pool Refreshing

68,752 transactions
30.73 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,878 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,789 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,877 (404,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,293 465,293 0000000000000000017a55ba7b8a39711e2551197be995e537fb2378556aef02 1.00 MB 2,431 134
465,292 465,292 0000000000000000015509408a6a11058f29a81ce0128a4729cae4ac83ab59c7 1.00 MB 2,126 255
465,291 465,291 0000000000000000000db357af937b794664aa8c2d943b90531df77ddfefd836 0.75 MB 1,696 381
465,290 465,290 0000000000000000020134ba569ba4d169eee1461ac6e50627555afced35189e 1.00 MB 2,002 301
465,289 465,289 000000000000000001fa713ddd6dec0d5c7b32500410cd7a9440c3b35e18c7e9 1.00 MB 2,959 186
465,288 465,288 000000000000000001da8547be673ef7775ba249698b8eddc44fbecc46e4b323 1.00 MB 2,924 202
465,287 465,287 000000000000000001cd560f3a377be9e2957fefa6a0c7f2ec0cfd98f98db7fe 1.00 MB 2,208 169
465,286 465,286 00000000000000000111c5ea3f185a7c747df7237d71ab59a3cf9295da7d574f 1.00 MB 2,427 237
465,285 465,285 00000000000000000218f48396524ef6b00500c1c1402f046a99feeed7caa027 1.00 MB 2,315 191
465,284 465,284 00000000000000000036911183f7dc50d84d88f861019f2ff9bf7b88176c4b99 0.19 MB 397 164
465,283 465,283 000000000000000000acbf86d8e05d9d9e5312f235b574a22be404433a42e02f 1.00 MB 2,558 62
465,282 465,282 000000000000000000821da724dec3dd5635564b380266ee06f54e6c5da86564 1.00 MB 2,172 175
465,281 465,281 0000000000000000014e5c25cc126550866b7f272a3564715fcdbcc13622164c 1.00 MB 1,824 137
465,280 465,280 00000000000000000219cb8043c14187487fd9cefe6b872ebab3f51b4ff3a3b5 1.00 MB 2,037 153
465,279 465,279 0000000000000000003105e40e771aa0258f7e73a5fd2c720d5f32a07acaefba 1.00 MB 2,061 179
465,278 465,278 000000000000000001f99c39518f7efc73a803697580721bc66804a802ac5f94 1.00 MB 1,555 137
465,277 465,277 00000000000000000126f4c12050eef305b8fb27835fadbd18215eb1c656c576 1.00 MB 2,226 165
465,276 465,276 00000000000000000039e2383e3bd258b916c198622d3d87bbeaf11b63b60000 1.00 MB 1,095 69
465,275 465,275 000000000000000002176e4a9d8446efa3ba241e8cdfc75f1842610a90ce689f 1.00 MB 1,747 127
465,274 465,274 000000000000000000bdf75bc9710ebac95d313d919de242b287072223561298 1.00 MB 1,425 91
465,273 465,273 000000000000000001d17eae5f6117775eb9aa388db24a919dfe52a8819a71c2 1.00 MB 1,917 140
Previous 10 blocks ↓
Total Size: 699.23 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: 2,140.89 GB sent, 205.36 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.