Memory Pool Memory Pool Refreshing

1,972 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,857 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 1,936 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (765,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
142,516 142,516 00000000000008d568cdfd069857daafc4be94d8382b8a508c2be35ed9a3e4e8 0.01 MB 44 61
142,515 142,515 00000000000005bd0ff8a176bd2b2df252c838cd2afa0a7581a4091591019bd2 0.00 MB 8 357
142,514 142,514 00000000000005ebc861e9b3dfa1e1f7ac26fa4ee750f5e5348b5a43bcba46e2 0.00 MB 8 54
142,513 142,513 00000000000002bd98afd63912d0216845febb155f4e90335b95113c1e7221dc 0.01 MB 13 495
142,512 142,512 000000000000005e8cd60c044606dadc92e645f7ffab273ee4cfc579768e61c5 0.02 MB 57 176
142,511 142,511 00000000000005d03d1673f099763cf851c8c84a157acca8406b633c0e8adfbd 0.01 MB 48 20
142,510 142,510 0000000000000277be927265c4842e4c76043ae25bc0a23c3661016e36eba17b 0.05 MB 121 327
142,509 142,509 000000000000042c6124d7ab1b785a4f527b6cfa89db07a87f7b97bd1891e8ce 0.03 MB 67 93
142,508 142,508 0000000000000719488d49ddb364a44ac3226770a28461456b3cfc131e6fe400 0.01 MB 21 3
142,507 142,507 000000000000067d3d515712ba70dc270f05cd3da60c84fa416c5da07c48cb5e 0.04 MB 56 107
142,506 142,506 000000000000086c280e1c9c1688104089974578e94cfdbecb0583421d8aeae9 0.02 MB 67 118
142,505 142,505 000000000000007f68e4ef9fcb1d809e731ecc4f78ad30906c7059dcd8191584 0.02 MB 46 315
142,504 142,504 000000000000094a409c1700d03a5597febd0345403dfb176b2bab0bcd9b5bb0 0.01 MB 14 39
142,503 142,503 0000000000000038b39181a69383119c285094c2c83c8e785addabeddd8be750 0.00 MB 14 504
142,502 142,502 00000000000002027aa9b5d7bacd18505f130096de07d8043d420a804c636f37 0.01 MB 44 331
142,501 142,501 00000000000006a3badf6ce2357bb38b190028519546c39830050164069c8a65 0.02 MB 36 125
142,500 142,500 00000000000001efa43fc0052cca77939f62c6f81079e6a157c9e5c58d68ad7d 0.05 MB 129 157
142,499 142,499 00000000000008f035968234f7dcd129ec6190cda37fdbfa6a0680529044cd61 0.02 MB 43 48
142,498 142,498 000000000000088c2691171fe2e407572e5b776f3d0fa594725629c656e3375c 0.00 MB 14 195
142,497 142,497 00000000000002b0a00a6bb441b5f48a90560be192aec5502ba08fa734316f58 0.01 MB 11 17
142,496 142,496 00000000000006eda063991e6a8f3751723108a003b0a99e8489e84bc6aa7a48 0.01 MB 25 138
Previous 10 blocks ↓
Total Size: 769.27 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: 1,635.38 GB sent, 94.27 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.