Memory Pool Memory Pool Refreshing

32,803 transactions
29.86 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,267 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,255 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,266 (391,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
470,345 470,345 000000000000000000b2bb7085855ed85908359b791932adfba1475ab667a5a1 1.00 MB 1,606 335
470,344 470,344 000000000000000000d7f1a1a40c2da28e7c59427f949f164c8501ab3c56b4fe 1.00 MB 1,695 206
470,343 470,343 000000000000000000ae6cfe415336f7a40f6e20eec9a11db2b85ecab8b2ad17 1.00 MB 2,072 289
470,342 470,342 00000000000000000132899f66a030bc2089acb22040a70eda41b57c5e8f1032 1.00 MB 1,798 423
470,341 470,341 000000000000000000467d82045c90fb7c6d152ebcdd8d4c23aee2e1720b1b55 1.00 MB 2,264 335
470,340 470,340 0000000000000000016a226182a86e96d326d8ad03b8f1ba06d11e644331f972 1.00 MB 2,176 352
470,339 470,339 000000000000000000cc697326bef60667f9a42718b5cda90e646ced6e5e1e05 1.00 MB 2,407 408
470,338 470,338 000000000000000000520eb7c2742565d48a25b9d3bda7b5ccc6f801df0bae24 1.00 MB 1,520 441
470,337 470,337 00000000000000000066f2d9731c3d232637ebe7d73b5e9675ce0f99290c1a98 1.00 MB 533 436
470,336 470,336 0000000000000000003b0925657952e7e9cd8f408e1c428517783eff65b4cf2a 1.00 MB 1,338 478
470,335 470,335 0000000000000000012cc40d716993b5c683f44c7e73ae04931515fe9510b0f3 1.00 MB 510 441
470,334 470,334 0000000000000000018a430d91c5bf045a4a6d24601a1c88e5326adb7d17b9ba 1.00 MB 511 435
470,333 470,333 000000000000000000e57f4ce8b3231ab221f54e117e09eb23569aef62293a06 1.00 MB 1,930 482
470,332 470,332 0000000000000000015cd3abc6dd8223b1a88bee9eef97c3b11c8799ee1279b9 1.00 MB 1,440 121
470,331 470,331 000000000000000000ba8a6ac9eb1e0daa0c85ac18a8b83c20304ede7328aaec 1.00 MB 1,726 387
470,330 470,330 000000000000000000ddf0d954971634c2ca56bb2d4e6e9a97297cdb31bef6c0 1.00 MB 1,536 172
470,329 470,329 0000000000000000009098f44709f24569d97d67ee6ab097406c0b4dcf4236a3 1.00 MB 1,385 74
470,328 470,328 000000000000000000a3a6ea796408db27314ceaf62a9bf3ba35bd23a993d016 1.00 MB 1,616 310
470,327 470,327 00000000000000000131e30fa111222ea34d92d4377228f80738a4b05fc936c2 1.00 MB 1,707 254
470,326 470,326 0000000000000000015ecaba4aeac569ffe20409647bf4cca831a50911afa247 1.00 MB 1,067 47
470,325 470,325 0000000000000000002ba1d684a950c38aabfcb5254e7d4d5456d91bca38ddde 1.00 MB 1,310 75
Previous 10 blocks ↓
Total Size: 684.67 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,360.41 GB sent, 102.79 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.