Memory Pool Memory Pool Refreshing

2,689 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 931 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (195,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
712,358 712,358 0000000000000000000000b8c09dd61797ab1f7da1ab0159b2401354f23ccb25 0.28 MB 235 7
712,357 712,357 0000000000000000000abb99a4a4f56825f49d6d8ddb1efc30c1c58114195bc3 1.33 MB 2,284 11
712,356 712,356 00000000000000000002e562b17ee629c73f4fdb9d87b384f446532afdb3477a 0.28 MB 418 10
712,355 712,355 0000000000000000000389372bff9cc84da69a113f007f9e80fe32d2af4d3b1a 0.01 MB 44 17
712,354 712,354 0000000000000000000a4731ea99912b3bf6270b2016e3a67bebc950c94834ee 1.20 MB 2,295 8
712,353 712,353 0000000000000000000a4204b27ff451b4bfffec987f7992631259ebe3eeb1b9 1.55 MB 2,403 8
712,352 712,352 0000000000000000000b7949d0eb72882b5d08e9c358ea967a992261be624beb 1.25 MB 433 5
712,351 712,351 0000000000000000000108c2150712df32ea916d3d7c9ef1ba5966b293ef20a8 1.05 MB 366 5
712,350 712,350 00000000000000000004b1f59c652122f713e2be18d28431d6cf500893949d3a 1.41 MB 2,161 16
712,349 712,349 0000000000000000000a162dc6894fec5759d2b35b5e2c840d820cbdad73db4e 1.24 MB 1,526 10
712,348 712,348 000000000000000000014ad8d16e8f7fbd07ad4bf8eb4c75dd8af337612b2f62 1.27 MB 1,090 8
712,347 712,347 000000000000000000065a44b0b37fcfaa43a846830933eba4a96d3515950ae0 1.07 MB 446 5
712,346 712,346 0000000000000000000041d6d9e2886cddb31a3e3a32e4c2e2728e8a4ba09f1b 0.54 MB 567 7
712,345 712,345 0000000000000000000911d283d358c81dad36b64a8b8195498de492437c4713 0.30 MB 536 11
712,344 712,344 000000000000000000055380d16d6f7f0796206ad7dec66de2556d126cf543b0 1.15 MB 1,688 10
712,343 712,343 0000000000000000000273740c8e156815ad3fbe169c697de94c95f103ada578 0.65 MB 1,191 12
712,342 712,342 00000000000000000003709ad5eda897f3bfe3137a1c8cd47edb400f1602f10d 0.33 MB 538 13
712,341 712,341 00000000000000000000b0fc0db03e5d3440ccb7adb2efabadab1aaa88091aec 0.01 MB 39 8
712,340 712,340 00000000000000000003c43ec72d62fdabeb57d1560166947aefe246b0ede3b0 0.12 MB 209 11
712,339 712,339 0000000000000000000974b5ad68c116db2bb065bf7e00d69ee6f49da0f887e8 0.96 MB 1,702 7
712,338 712,338 0000000000000000000bc7004b3c66ca2f5a63038e443bdd2079d568b081c629 1.39 MB 1,818 9
Previous 10 blocks ↓
Total Size: 769.21 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,634.40 GB sent, 93.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.