Memory Pool Memory Pool Refreshing

1,303 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,296 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (22,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,430 885,430 0000000000000000000064ee5e44515e9467656f45398c65edbc1fc1fcb1728b 1.58 MB 3,451 9
885,429 885,429 00000000000000000000ca9fe4deaa8522ee97abeeaf1a611a3c4e22581a4522 1.44 MB 3,148 9
885,428 885,428 00000000000000000002493ee3588a6c718a8f5287b89c27ce6eed5275b06111 1.29 MB 1,634 7
885,427 885,427 00000000000000000001d3f5528af99c4819b298bfff7793f76376bf5645f317 1.44 MB 3,040 9
885,426 885,426 000000000000000000022bebd6c652bff4ad5863233143b9004078457b57f6dd 1.11 MB 373 6
885,425 885,425 0000000000000000000037e84dad8f2d257f07dc0ca585e79bdaec387ce166c2 1.33 MB 2,064 7
885,424 885,424 000000000000000000016b8581b9032d74d124d7b0dc8c90afa171ca7221c0dc 1.56 MB 3,881 10
885,423 885,423 000000000000000000012bbd5a79e9d9d273cf646302e35ed96d68dd301eda6c 1.23 MB 1,385 7
885,422 885,422 0000000000000000000150faa7699e2919596bc17f167dad8e9d56e70b2c64ae 1.14 MB 527 6
885,421 885,421 00000000000000000000266faf4b251cda2a25ea523efeac8372a344c26de85b 1.57 MB 2,162 8
885,420 885,420 00000000000000000001f2bf1685d0522dce57fb588a0cc3bff281f623dc0331 1.60 MB 3,405 10
885,419 885,419 00000000000000000001af7ae4513916c23df9f30ee478f658418daa8d528d26 1.61 MB 3,479 11
885,418 885,418 000000000000000000009fc9d6367b8b057c139b0f5f4b119205f1722245e1de 1.32 MB 2,122 6
885,417 885,417 0000000000000000000222d78e6e2a58130599289da1e9f4c08cc5fe90a3ec16 1.60 MB 3,376 8
885,416 885,416 000000000000000000006b95cb3ffe4f6f68f063e4b6773b2bde1be017f24cce 1.59 MB 4,312 10
885,415 885,415 000000000000000000023511efe672df038e9d52233f1230d87efebe7add7c2f 1.56 MB 3,760 12
885,414 885,414 000000000000000000019637b3ae1102a8a36d6d284a38a4fcdf510addc945ad 1.46 MB 3,486 16
885,413 885,413 000000000000000000025167ab6add5cba06e655f258423326068b5d4ccb90a7 1.76 MB 4,031 4
885,412 885,412 000000000000000000005d880584c00f475cacd1319f99c727dfe017e2469995 1.59 MB 3,158 5
885,411 885,411 0000000000000000000177b7690f1cb8994d7c639a6fce6e2aa894d0dfcec39c 1.39 MB 2,396 7
885,410 885,410 0000000000000000000289e787c0869e891410c6215b22c1e2397ba31da3ae60 1.36 MB 2,013 5
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.