Memory Pool Memory Pool Refreshing

4,939 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,710 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (696,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,299 211,299 00000000000001eb76e77776f8a566d8fa4ab4a0654481ebb8c0720e7025711d 0.32 MB 595 65
211,298 211,298 00000000000000ee1d505e7b8e5d4e9f1d942a3a7565ac09e2828645b9230841 0.10 MB 234 173
211,297 211,297 0000000000000439e9a5eb73d4fc6c5478a725965d60d2a8dc28eb3dfc0db21e 0.00 MB 10 63
211,296 211,296 00000000000000df8c62f01cb99f2c1a1db70252458c9f60b391d2c7ba333914 0.12 MB 264 161
211,295 211,295 00000000000002580e88b182412884b09596d300378d3f8416e6eba6c4e0bb4d 0.21 MB 371 131
211,294 211,294 000000000000007464e10075ad8b46fee6a878b3181de97f8d18b1b7020948a5 0.00 MB 10 187
211,293 211,293 0000000000000225c9d787ee7c43184faa09d479c6266d6621e43bd3d5d6e492 0.25 MB 459 160
211,292 211,292 0000000000000374433fd389e2537439374460f8764053f8b08695f640e8cb21 0.25 MB 789 250
211,291 211,291 000000000000040370e241437455b9bfa1691a0091dec6499011a967793bf502 0.00 MB 9 170
211,290 211,290 00000000000000aa24a4301d6ac34db07a41bfdf61a6d0753bfe04f3a88796c4 0.05 MB 110 155
211,289 211,289 0000000000000147c3c49477fd82231957d8c9e25f9e27015e621babd92fdca0 0.12 MB 248 155
211,288 211,288 00000000000004940767b2624ed1fa8442131762b04b6fd364aab17226d5b65e 0.09 MB 145 183
211,287 211,287 0000000000000112db802a0a97f896ba2adafd50ae6b73e65b8b751c4f783b6c 0.22 MB 272 112
211,286 211,286 00000000000003a6cd22f6a3b50f8f369dc5991e0ffb4c4b976ce24f4f6e906d 0.00 MB 5 6
211,285 211,285 000000000000017c669b4dd33063bdee2828e99ed91fca852de764dd008ca522 0.02 MB 46 164
211,284 211,284 000000000000037fe76b6b0343d8fecd63eef22fa7f88a46c66448678b94f7fa 0.21 MB 589 200
211,283 211,283 000000000000046e89c5921525e77f202078a3dd70195255ed98152dc9cea2e4 0.03 MB 42 87
211,282 211,282 000000000000000d67f2d1c2a4b7a90679ea1f94f2731e052a62086a52e73eee 0.14 MB 158 92
211,281 211,281 00000000000004a63e7c5f94883904b0a7c54b3d927d0ecd97a1f7c07ab9863e 0.25 MB 633 222
211,280 211,280 000000000000043869c0c86423058a4b970fe9c52ba88927203750e2a76765dd 0.00 MB 6 150
211,279 211,279 0000000000000317c6e2cfc955789592198a399489447f4c77c83311a96d8b24 0.28 MB 586 143
Previous 10 blocks ↓
Total Size: 769.31 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.76 GB sent, 94.48 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.