Memory Pool Memory Pool Refreshing

3,260 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
3 sats/vbyte 3
2 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
908,216 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,531 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,215 (907,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,120 1,120 00000000696beb62d821a7c6dfa05a1b763b25d05f8cbc80afe22397d563921e 0.00 MB 1 0
1,119 1,119 0000000085abc7c8220ed9f2bdb8de94cff262c44981414587260f1bd66b7a24 0.00 MB 1 0
1,118 1,118 000000000cb69682e57a58ac02bd4af63e983a3478bf793e2b684f130325eeb6 0.00 MB 1 0
1,117 1,117 000000008137e694130dc3f23a1441921a6bafaa4247b116edade8ce89847339 0.00 MB 1 0
1,116 1,116 000000008a815b7b526932718dc52ef9d69fbf66d22d5bc7a081b17d157cfba2 0.00 MB 1 0
1,115 1,115 00000000f00e7ebe4a59d68bb2c1800fb15195797ae781ad467a120f7bb8feaa 0.00 MB 1 0
1,114 1,114 00000000120dd526a6846eab1988c60f679c72a11e48f05235d3646829916b7c 0.00 MB 1 0
1,113 1,113 00000000d1ba8570c7da8d9cb11df7ecaad7b9850a1b72a0eb15eb7c9c0b50d2 0.00 MB 1 0
1,112 1,112 00000000dd74d572772cafdb8c9f7a7ce14209605db76747843d811c91e61475 0.00 MB 1 0
1,111 1,111 00000000ca59764b4ff11d88ea67e641dba94a17520ebd10f1631b21a18d5805 0.00 MB 1 0
1,110 1,110 0000000025ebddf45176d4cd83fe40389178af94c9f4a05e6e6799ccf7ac88ec 0.00 MB 1 0
1,109 1,109 00000000a4a9db6293064c6f7a3e583af08cedffef0ab6ef9c4d5066e2463868 0.00 MB 1 0
1,108 1,108 00000000d033c35663d5d35acac6551cb69ea976f0f9efa8d903049b0888ea23 0.00 MB 1 0
1,107 1,107 00000000ab6a769ccb58e2fda8a4e93abdb145ef6cf762203e913fad6cb1a247 0.00 MB 1 0
1,106 1,106 00000000dd27a015ea5d0eccb24914b3c49d676344b4dcd992a575ed413d2d60 0.00 MB 1 0
1,105 1,105 000000003c8ec78460726c22b802a30ce7a8c0c5030a1dd2f1e39e25a3a015ea 0.00 MB 1 0
1,104 1,104 00000000e6a38b6f334f7c43e4e17dff29226d894be3eff2782f82e73598a0a5 0.00 MB 1 0
1,103 1,103 00000000a46280322a5e34342d7cbe4c9709e1e99ddc522da0713459e5045c3c 0.00 MB 1 0
1,102 1,102 00000000e642f04d2f57d1d8fb6ff0c1814c5f65e6d72de5c3dd2d7319e9beb0 0.00 MB 1 0
1,101 1,101 000000004ea3fb1a453c3c7d29dbd5baabe7e23571f73cb242dc10282c705907 0.00 MB 1 0
1,100 1,100 000000009cd3f93cd2d843202155561eb773b2a7b7c97561ddef31e707f4eb4b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.99 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,685.02 GB sent, 97.62 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.