Memory Pool Memory Pool Refreshing

8,784 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,775 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (751,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,360 156,360 00000000000003c82f47b4e2c30014e248e291961d3068a2a4e9668c325501de 0.02 MB 64 69
156,359 156,359 00000000000004c0af9150fdf75cdfe5b72db07298dfb9d7a6b5d9ecf49fe204 0.03 MB 71 128
156,358 156,358 0000000000000316af4a4a26718d860ffe359c2d6d3a8198ced089b3defddc95 0.01 MB 17 66
156,357 156,357 00000000000002432eb5377d31c695af2d1645eea8fd8181355f30b5b15da59e 0.02 MB 44 63
156,356 156,356 000000000000083ea0bd4b9f6dc483fdb5da1e64c3eb2e2e321d0a8432a85735 0.02 MB 54 144
156,355 156,355 0000000000000e8c8cecf517ee968d70dad24b14d80998bf399ea0e8e4af0ca8 0.03 MB 76 76
156,354 156,354 0000000000000a59acf08f3c67fdfaec42263bc924f85d16d913229a23b328b7 0.04 MB 83 155
156,353 156,353 0000000000000ab6a37dccf5333bdeda8e1d6bb89e888e1e5955aa52a96a8d7c 0.00 MB 11 45
156,352 156,352 0000000000000eb0b00eaa7f16b1fe476eef43d1975ac1d46e29e06bccd8842c 0.05 MB 80 22
156,351 156,351 0000000000000de0f124e6c909a85003be39b094b74c6bc4ca6e3fcf5292ea4d 0.02 MB 51 62
156,350 156,350 0000000000000cb5454e2f0e893d7880ddca78ef85a89391e7f35c02cbc318c4 0.01 MB 27 60
156,349 156,349 0000000000000de12938538680467ee21d29e9394e4a521de5f49cf59b577bae 0.00 MB 13 16
156,348 156,348 00000000000007f0097c07ca05c99952f42ea1b583845afedfbcc4bc6c8fd768 0.02 MB 39 261
156,347 156,347 0000000000000e7f675b72e2b6085f99db8a0c006873f5ffee236eee22ba40e9 0.01 MB 39 114
156,346 156,346 000000000000048ab55a116f1416872d785856e0b5ef86f5bb0761a352bcb70c 0.05 MB 147 122
156,345 156,345 000000000000048e0d201074f99a01be159c4e3f4f308580bd7eec08e5eeb5b6 0.05 MB 115 1,345
156,344 156,344 0000000000000767ac464496d1be8bdfda9aa73f9fbdfbe84eca6f998b61a0b5 0.01 MB 22 196
156,343 156,343 00000000000009adf60793b686a921cefa3d0d054a5c88468f31817c322aefcf 0.00 MB 11 0
156,342 156,342 0000000000000e60eddb0e6c57667dafa95a26bc6ae62d900a9e68d41098ac4e 0.02 MB 42 2
156,341 156,341 00000000000004859db26fdbfeeb2e51afb769b3512beccb02ebe2cecc1fb57c 0.04 MB 64 133
156,340 156,340 00000000000002122c27fe783e9baaa91af45470b6b52f97be46fa1273e732d6 0.03 MB 67 79
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.