Memory Pool Memory Pool Refreshing

5,035 transactions
3.78 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,681 (822,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,364 86,364 000000000008bf510abbbc697b3ec1d05b4a2d9eca561b53ac0096cfe7376f50 0.00 MB 1 0
86,363 86,363 00000000000362243956a2701f84217b4ab2822b16dfe921da376d116aea61c7 0.00 MB 1 0
86,362 86,362 00000000002a06e684e713282403377bc7c9a5e3165142dbb707e9c9f83d0099 0.00 MB 1 0
86,361 86,361 000000000024a4f1ed5ef5f753c25c79893f29c59e6ad59af55675d56bc0c6b5 0.00 MB 2 0
86,360 86,360 00000000002b7d124c6694bdba15fc93a89ee069e7b3a56caf629fb5a173aea9 0.00 MB 4 0
86,359 86,359 000000000019ba0ce9307d96f81ce01c0dde5bc176f79163f28725b4ac1bf1ec 0.00 MB 1 0
86,358 86,358 0000000000129722038d94e8eec562fb222f9dedb57e36830b0630b198ad091c 0.00 MB 1 0
86,357 86,357 000000000019987303a1ef8ba411dea1c96d14764f2bf02082d2768814f40409 0.00 MB 2 0
86,356 86,356 00000000001d183a035f9f20a0bf701b33a95641f920c4311daccc62a69e6daf 0.00 MB 1 0
86,355 86,355 000000000015be682c9931db28d9e88a525339a2c8c9335235cad472f9f2d57b 0.00 MB 3 0
86,354 86,354 00000000002ebe6546bfb5a3a6cc5d10f6ce2806e6ab83b87b2ab3b1f430d7ae 0.00 MB 2 0
86,353 86,353 000000000027be5be0d66ea1ad0c6b40945ec4f173c2481c72ca03cf9e476f6d 0.00 MB 1 0
86,352 86,352 0000000000252524260b678219acc51f7c7af0723f72fc90159113ab24bc2f98 0.00 MB 1 0
86,351 86,351 00000000001f60c252f5b8dfade599e196028c4b4bdc809ac9cd9ed10e95ceb3 0.00 MB 1 0
86,350 86,350 0000000000121e22052405405059f01106abc1e0b663ea62738be8a78c816fc7 0.00 MB 1 0
86,349 86,349 00000000001e953e50299b22c87305b00417a7060659b6dba91877f916b43f73 0.00 MB 2 0
86,348 86,348 00000000001dfe5d3ba49da84ce03dcd8b89b501fb2826eba22638a2c4a96a4b 0.00 MB 3 0
86,347 86,347 000000000020b97f87422c64a87c41eb3456fb372305c71fc6f5c30499f9d012 0.00 MB 1 0
86,346 86,346 0000000000004cb5b8e1766470073a078704801a991c69934a51b8fd747b35b1 0.00 MB 1 0
86,345 86,345 00000000002245ad9e1322819b65c66718e79d55ebd558dfcf8edb5a1eaf999c 0.00 MB 6 0
86,344 86,344 00000000001e4fcf88ed167bec32d3d66f83e25e93d919e0697c1c5835d327e5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.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.