Memory Pool Memory Pool Refreshing

11,387 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
907,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,217 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (804,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,388 103,388 000000000002845e1418ca655e9cf7b7f6d10561bf8d03cee97daae6e95a638d 0.00 MB 3 0
103,387 103,387 00000000000219064a40eb11dbf8c26d07525a85cf55eaa7a96d74e496a0983c 0.00 MB 2 0
103,386 103,386 0000000000015e968f5536142bf7ab1aca037e4f3f551d173bcd9b65f98ea4fe 0.00 MB 1 0
103,385 103,385 0000000000005c338692caf0258e42d6388057422622cb03371d534048db7814 0.00 MB 1 0
103,384 103,384 000000000002b73753cffd2684a870427988075d6b23a5c75d7b94d70a0b265c 0.00 MB 2 0
103,383 103,383 000000000002c5191da03e597878182f00caaecefadaa7823f0863a301f0ea57 0.00 MB 1 0
103,382 103,382 000000000000e8731e88ec9cc75815cc13b3eed6971c14e34cb64b2c4f5aa120 0.00 MB 3 0
103,381 103,381 000000000002206de2adbb58eabed28c6e92ea1c2d79fe51cde060564d24cfba 0.00 MB 2 1,174
103,380 103,380 000000000001401045985a958fb5bc82949d8915eb8e4ccf0a6a917d9ac63e77 0.00 MB 10 0
103,379 103,379 0000000000006a8dd1de84d99c9a97565c57e75d88784c77e6c542e5c9408c31 0.00 MB 11 0
103,378 103,378 0000000000029615d6ea7f55928e61e12cfccd25ae6449d578b80dbe7044dbca 0.01 MB 28 0
103,377 103,377 000000000003017d9f328e69d96126c7bd9e0bf106297e42dfa9962708655fe1 0.00 MB 2 0
103,376 103,376 000000000001ff28113b81b6df0f7d7085b3ac84fc037566f08cf4aa37cd69ee 0.00 MB 3 0
103,375 103,375 0000000000036ff28c5a772ad17d9678e6c52b61c8f41f1f03eed4140e619ffe 0.00 MB 3 0
103,374 103,374 000000000001f91a845919d9726e375a195a9dfe164087cf903afab1049e233d 0.00 MB 3 0
103,373 103,373 0000000000009a3240942e5e2af7fd38d9f30ef86fd55edea57f2c5e6562e541 0.00 MB 6 0
103,372 103,372 0000000000011b4db70fa4830aee876d5e43ec8e9741153f49ca46396bedc0bd 0.00 MB 7 0
103,371 103,371 0000000000011c5f628dce4d91d5a64d6293cc42d3d3be9c13a2171d679230db 0.00 MB 12 0
103,370 103,370 000000000002ec3b6e04134c93c55e0310367a402b9fde62b0fdaa23a2012c04 0.00 MB 18 0
103,369 103,369 0000000000018a17b2d6a6874492aaac0363875c3b9f69b95bdc4cf73493b0ce 0.00 MB 1 0
103,368 103,368 000000000002c08a608640d7630ec709bc4b2a428e419ffa6bb7c99acd7911fb 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.29 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.50 GB sent, 94.38 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.