Memory Pool Memory Pool Refreshing

5,012 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 574 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,701 (823,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,553 85,553 0000000000152d78a629468c7cc0a558597af00ae1a6c9114366f03ca48a56de 0.00 MB 1 0
85,552 85,552 00000000001cc9ad76c1125a36f6c0712d3174bd430ff9f7a9a313917d0f6a3a 0.00 MB 4 0
85,551 85,551 000000000013e31bf1bdb1c659483df312750616d09c69e3a053f71653aca59b 0.00 MB 1 0
85,550 85,550 00000000001d52337617057ace2d7bcc4137d3a2d2ee85113ebb8cddf1a5818b 0.00 MB 1 0
85,549 85,549 00000000001a522b41db0ffce809896c97315b07c2ea7e0fb3d9d3e134fe00a2 0.00 MB 1 0
85,548 85,548 00000000000ecde85c83921daafe7e5c1d327d0fc2962c409d7f17b0b8cf21d5 0.00 MB 2 0
85,547 85,547 0000000000157d55d9eb1f49118ece210d557db0bbd6074e205fbad6fcaf11ac 0.00 MB 4 0
85,546 85,546 000000000008488088909aa3422db7fa57eda6629f64ef8fc5a1e97a1cbd9736 0.00 MB 1 0
85,545 85,545 00000000001d5a91734feec7a3b30a0f5f37171dce1bda6b50ff904113d6a403 0.00 MB 2 0
85,544 85,544 000000000016c0d96c9c4d2c2ffbac570c8d42a9fec882e823a80b41a16fd925 0.00 MB 3 0
85,543 85,543 000000000007a46571039d4ce36965f6a415e6f69a2830802f1b8247a778afea 0.00 MB 1 0
85,542 85,542 00000000002da77914a50230c5be463ea158582cef1bed2f751cf6ebe8ddd991 0.00 MB 1 0
85,541 85,541 000000000018f70a9b335c35d0e55b7a2545e91072f4e4ebc9cee1717b34523f 0.00 MB 1 0
85,540 85,540 00000000002ba23f51f982c9abe4a5c612ddb43f660aeab9d5720500e20d245d 0.00 MB 1 0
85,539 85,539 00000000000a46ad8207a29f2825310922b72d5c5efc0b58ac8c7cccf92a07a1 0.00 MB 1 0
85,538 85,538 00000000000cbc1ae5040f6e3045ebc719b34c669c64a010f8dc7cb08cdb873f 0.00 MB 1 0
85,537 85,537 00000000000877da14f71a276b2afa42165d64595a6d06c6cbcabc92e74db2ce 0.00 MB 3 0
85,536 85,536 00000000002bdced3fad30d813ba0b2fd36e5867b3911708bc1d70a9f2ec4c31 0.00 MB 1 0
85,535 85,535 0000000000201aec48cc7e77e737ddc59b6991e0efe02fa7dc19bb697e9004dc 0.00 MB 1 0
85,534 85,534 00000000000cb72fa1a5107d062161e7aa607ddd891ca3a95e36eb5ffc789bf1 0.00 MB 1 0
85,533 85,533 00000000001a3c95845adef6c54c187a01e126c0894ab47586457404f50f66e0 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.01 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,854.46 GB sent, 101.99 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.