Loading Tool

Explorer IconExplorer

Memory Pool

27,112 transactions
10.23 vMB
0.04302337 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.40/200 MB

Candidate Block

Mining Attempt bee58ecd68914b8b37d97e3a65ad771967455e78d2215da2e4ec6a95faca8b57
Version 20000000
Previous Block 0000000000000000000192f7f7f29540150f204e06421cc00ad7343613157401
Merkle Root c0632fadda728ef089bc28584ac37a4fb82bbf16a1d8e8122f96e9c113bb09fb
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 949
Size: 0.54 vMB
Total Fees: 0.01866647 BTC
Median Feerate: 2.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,250 (756,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
156,361 156,361 00000000000002b23c4ed60cb557e9a8d80af37a2d9543273f08b4e981391690 136 0.05 vMB 223
156,360 156,360 00000000000003c82f47b4e2c30014e248e291961d3068a2a4e9668c325501de 64 0.02 vMB 69
156,359 156,359 00000000000004c0af9150fdf75cdfe5b72db07298dfb9d7a6b5d9ecf49fe204 71 0.03 vMB 128
156,358 156,358 0000000000000316af4a4a26718d860ffe359c2d6d3a8198ced089b3defddc95 17 0.01 vMB 66
156,357 156,357 00000000000002432eb5377d31c695af2d1645eea8fd8181355f30b5b15da59e 44 0.02 vMB 63
156,356 156,356 000000000000083ea0bd4b9f6dc483fdb5da1e64c3eb2e2e321d0a8432a85735 54 0.02 vMB 144
156,355 156,355 0000000000000e8c8cecf517ee968d70dad24b14d80998bf399ea0e8e4af0ca8 76 0.03 vMB 76
156,354 156,354 0000000000000a59acf08f3c67fdfaec42263bc924f85d16d913229a23b328b7 83 0.04 vMB 155
156,353 156,353 0000000000000ab6a37dccf5333bdeda8e1d6bb89e888e1e5955aa52a96a8d7c 11 0.00 vMB 45
156,352 156,352 0000000000000eb0b00eaa7f16b1fe476eef43d1975ac1d46e29e06bccd8842c 80 0.05 vMB 22
156,351 156,351 0000000000000de0f124e6c909a85003be39b094b74c6bc4ca6e3fcf5292ea4d 51 0.02 vMB 62
156,350 156,350 0000000000000cb5454e2f0e893d7880ddca78ef85a89391e7f35c02cbc318c4 27 0.01 vMB 60
156,349 156,349 0000000000000de12938538680467ee21d29e9394e4a521de5f49cf59b577bae 13 0.00 vMB 16
156,348 156,348 00000000000007f0097c07ca05c99952f42ea1b583845afedfbcc4bc6c8fd768 39 0.02 vMB 261
156,347 156,347 0000000000000e7f675b72e2b6085f99db8a0c006873f5ffee236eee22ba40e9 39 0.01 vMB 114
156,346 156,346 000000000000048ab55a116f1416872d785856e0b5ef86f5bb0761a352bcb70c 147 0.05 vMB 122
156,345 156,345 000000000000048e0d201074f99a01be159c4e3f4f308580bd7eec08e5eeb5b6 115 0.05 vMB 1,345
156,344 156,344 0000000000000767ac464496d1be8bdfda9aa73f9fbdfbe84eca6f998b61a0b5 22 0.01 vMB 196
156,343 156,343 00000000000009adf60793b686a921cefa3d0d054a5c88468f31817c322aefcf 11 0.00 vMB 0
156,342 156,342 0000000000000e60eddb0e6c57667dafa95a26bc6ae62d900a9e68d41098ac4e 42 0.02 vMB 2
156,341 156,341 00000000000004859db26fdbfeeb2e51afb769b3512beccb02ebe2cecc1fb57c 64 0.04 vMB 133
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 88
    • Outgoing: 10
  • Data Transfer:
    • Sent: 45.43 GB
    • Received: 0.68 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.