Memory Pool Memory Pool Refreshing

7,154 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,190 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (742,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,706 165,706 000000000000015f324ed34d902acecffd365caae11ff325feebe3f1bcd793b3 0.02 MB 27 308
165,705 165,705 000000000000033bacf2584d1f370c78c081fcdecbf237faef871ac021ee311d 0.05 MB 131 2,444
165,704 165,704 0000000000000027aafb3b399eb60be707ceb402259cd4b018c91b4ff41ac5a9 0.03 MB 28 246
165,703 165,703 0000000000000a077fadbfc65a26d03250409a276cc616de747ba2f8c7fabe3c 0.01 MB 32 55
165,702 165,702 0000000000000599568e07683b69a10dd44dfc31af82cc09dda60b7e7b664055 0.02 MB 30 227
165,701 165,701 00000000000000a0ec14af7ee76e09cb960121d11445e1d27dfc163061694def 0.03 MB 54 253
165,700 165,700 0000000000000a4cdb5a63e42f975af2cbf2426d966be01f087b62477776c3bf 0.02 MB 33 110
165,699 165,699 000000000000059855ed96804e07b9215daefafb141768220f83d1e8478bd9ea 0.01 MB 29 62
165,698 165,698 0000000000000a7ed8792e03188c76dd9d4557558c415bd369beaef60626b064 0.01 MB 14 194
165,697 165,697 00000000000001b5b628adc5e1e20bac840fdb0f13e03835c6530ad6cd196942 0.03 MB 115 44
165,696 165,696 00000000000006ed999b93bd733d1c773ddf566d5b86afbc655926197f06895f 0.01 MB 22 86
165,695 165,695 000000000000057d0fb2fee583986b6e7f32e462618c0cd0701e8217e1338207 0.02 MB 33 64
165,694 165,694 0000000000000974ebb2026fff96986b3257425b55fe7da6034d311ac987d0b6 0.01 MB 27 535
165,693 165,693 00000000000003cd5af730fde1a83d3171e2521a08f4cd62cbd4b425d800a82f 0.01 MB 11 142
165,692 165,692 000000000000042db0fd8c49ac3bf3da1514b5a2377fa1e785a9192372cfb58d 0.03 MB 50 243
165,691 165,691 0000000000000196996f6f92315a40de0d1c87aa8eb1fe057df499e4dbd0ab91 0.05 MB 167 49
165,690 165,690 00000000000000c184d7117261ee98605dfec54b584b6c0c044978288caa080b 0.02 MB 60 125
165,689 165,689 0000000000000b51ce4c5a405b23e423a83d0327f061941fcb31f751534b162c 0.00 MB 8 39
165,688 165,688 0000000000000657cd10f1388ea4926f373661c614982f58bfee8f3624fac301 0.02 MB 55 257
165,687 165,687 000000000000062f3c6d6a87b4257477a1cb5a9646d0954e15a36d3fa0174073 0.00 MB 14 1,030
165,686 165,686 00000000000005710c2f7efbbd495d74851a959d325639a76bd695da72687134 0.05 MB 98 192
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.32 GB sent, 94.25 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.