Memory Pool Memory Pool Refreshing

3,413 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/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 ago 1.00 vMB 2,759 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (4,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,075 903,075 0000000000000000000040003237ebb81059956ba49f8027e2f6070e090d9376 1.54 MB 2,767 3
903,074 903,074 00000000000000000001b5e3ce5d9a74fbb20f46317369f40c70576924561405 1.71 MB 4,275 2
903,073 903,073 00000000000000000001f9c2f8da9b4403b18bca0462368f5d4ab470e822e590 1.75 MB 3,367 4
903,072 903,072 00000000000000000001a51a9c91db7aba2e53976b4179bb97c5473668ca6ce0 1.66 MB 3,374 2
903,071 903,071 0000000000000000000065bb2b26b69cb3e2ee3a3f1fb8147ecd62b36699e008 1.82 MB 2,996 3
903,070 903,070 000000000000000000002a1d4e7c61093ebd55a8cdc125f5567283c791e5e19b 1.56 MB 2,411 1
903,069 903,069 0000000000000000000129070d71b2a5a52da3455c58c6e2ac379daa6fffe237 1.69 MB 2,653 4
903,068 903,068 00000000000000000001e9a1342c9b5cf9eb362251906b5081ccb3b53c9e53d4 1.78 MB 2,684 4
903,067 903,067 00000000000000000001a3c9cf3211646fc96193bb8196d251e2d7d9b2dfd6df 1.62 MB 3,551 1
903,066 903,066 000000000000000000012ce3f97d728f2d269974b3923d714d59d484ef2ee149 1.64 MB 2,464 4
903,065 903,065 00000000000000000001401db6c270014e327be1d87fce60356bcf38ecaa207d 1.57 MB 2,671 3
903,064 903,064 00000000000000000001e0f0e2d0a153f8959ff0cb8b762d422ab6d78191e77e 2.02 MB 3,066 1
903,063 903,063 000000000000000000004a4d0c19c8ef8059542531d0de82f4b2a67fe8bb494c 1.79 MB 4,088 2
903,062 903,062 00000000000000000000f4ba85c721d0810f07ecc220179f172aab1d279383aa 1.56 MB 3,333 2
903,061 903,061 00000000000000000000a4bf389ae40c7889bd79a1960b2c36d495a64109fe68 1.81 MB 1,740 2
903,060 903,060 000000000000000000013896c2141b2dc23b89a958ce358f399bac9ac7c8e5a4 1.55 MB 2,796 3
903,059 903,059 00000000000000000000b9b6f55369d2b82d257365b00aef4e96461b4327b6dd 2.09 MB 527 1
903,058 903,058 000000000000000000014ef41ab00538440f74119d8b16ce50510833319a20b7 1.92 MB 2,972 1
903,057 903,057 000000000000000000012125a7c8c96a419f74e759217583303b5a71314c01a1 1.61 MB 2,712 3
903,056 903,056 00000000000000000000bec69f501d3f01dd6b88c41a451b7347a7ac4bc33877 1.66 MB 2,366 2
903,055 903,055 0000000000000000000035a9e5f1aa7704c3f7450408fb52a7fb9db896df0ea9 1.89 MB 905 1
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.28 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.