Memory Pool Memory Pool Refreshing

68,512 transactions
37.48 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
875,470 0000000000000000000297fa0000000000000000000000000000000000000000 ago 1.00 vMB 3,989 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,469 (643,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
232,464 232,464 00000000000001b1511a11b08fbef1dac109da25d006dc8b06183e4727625a0d 0.07 MB 158 157
232,463 232,463 00000000000001b35a86b243833fbf04d13d74b383f3b39de375238c836a65f9 0.18 MB 425 175
232,462 232,462 0000000000000199a9b97d62b9c039dc6f973bf8c6cc6885498779b452aaab6b 0.02 MB 62 92
232,461 232,461 00000000000000edc85d2d1f91af3a78e58717ef7279f2ab0051c544315c30f9 0.14 MB 339 155
232,460 232,460 0000000000000136fdf1cf172df22d304765f93c7546e3ba37d561856af77e94 0.19 MB 219 74
232,459 232,459 0000000000000032b8d42b0621f83b68cdf0e02ad9034662d086e6092f32ca04 0.15 MB 384 207
232,458 232,458 00000000000000b812a0a41d2a25bfbb89f6ccd989f9ed63203f83ea7ecfd7f7 0.03 MB 66 131
232,457 232,457 000000000000007b40d5eb15f47c2d5e37e25a399b9de73ee9afe2cf4021d050 0.04 MB 73 196
232,456 232,456 0000000000000004cdaeb0fcda87275ec983f27cffa6405234fd4db47ed5df21 0.36 MB 751 144
232,455 232,455 0000000000000190cfab30d63be199773a1b0f7549a0aacdf99cfe19c3b4eda4 0.08 MB 244 145
232,454 232,454 0000000000000146dbe3f5f77b70bedfa31b3a539d99bc8bdd7d81677b92b108 0.05 MB 151 220
232,453 232,453 000000000000014b43936d4c668cffb2793ca6dbca1f25dc1de0bc5ba85cbe11 0.15 MB 418 200
232,452 232,452 000000000000006aa33c6db8c87ad6f89bd942bc5b2351c1f9fc2dbef257a222 0.09 MB 255 209
232,451 232,451 00000000000000327cf9e21bae8930abdce6a5428eaa60cc363ab94c94eccfb7 0.01 MB 32 154
232,450 232,450 00000000000001700cebca861774e8f3f997210e55c9c7dba8f5e1278178f573 0.23 MB 317 105
232,449 232,449 00000000000001add4d447c506bfca5f26c94a6dbe49aa59aaecccea1caef543 0.08 MB 159 171
232,448 232,448 000000000000003a004f88dc098ceabd6d23d12b65e9350f222247131ffe4493 0.10 MB 114 48
232,447 232,447 00000000000001b37e0487d2cd7a46ee7fe0b22d6c5a1f69649fdb7ce8d225a7 0.25 MB 679 203
232,446 232,446 0000000000000055c1cd55d887765d74b8f2ad681f163c660c62b2df69e9220c 0.00 MB 1 0
232,445 232,445 000000000000014a943ca8bb0ea20964cb6448c09f5e0d66383070f774af14fc 0.23 MB 504 213
232,444 232,444 0000000000000000b7b6a38aa53372487bd2c3903123afa3a7c14f207f7d24cb 0.14 MB 290 175
Previous 10 blocks ↓
Total Size: 709.52 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 603.70 GB sent, 9.58 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.