Loading Tool

Explorer IconExplorer

Memory Pool

87,073 transactions
32.58 vMB
0.15082874 BTC
Random Selection Loading Transactions
Max Size: 198.94/200 MB

Candidate Block

Mining Attempt fd5ef9c27e5e522bb67a90a217295b59b00596e40db8315881b17b137f020c48
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 9df2954f51016ba36051e5ae55aa87076e2891dfcd1f1e6aefae0cf80b6623b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,223
Size: 1.00 vMB
Total Fees: 0.05805217 BTC
Feerates: 400.00 > 5.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (506,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,184 409,184 000000000000000001b8982331d3156e93d6250986123ad16bc77a5fab491661 1,226 1.00/1.00 vMB 40
409,183 409,183 000000000000000005af23bb9b0679921858bbfd9cf8c5bffc8b5b248fb041ec 1,660 1.00/1.00 vMB 28
409,182 409,182 0000000000000000005f77af54ca7d3643d68105ad0d554f0a865ad57ab7ece0 1,220 1.00/1.00 vMB 24
409,181 409,181 00000000000000000214d710b938f53e36ed0a919b1e3c9c97630eeb1af64c7a 907 1.00/1.00 vMB 21
409,180 409,180 00000000000000000400db7f9f2e8074d534d80db2642c477f298d4b22aad264 1,571 1.00/1.00 vMB 29
409,179 409,179 0000000000000000027a8fff653a2e14ef4bd513a2e440a852e71e7d7f431bd6 2,360 1.00/1.00 vMB 39
409,178 409,178 00000000000000000128d2adc68d4525a043ff066c56b7ac6056c7a8eb20fdc2 2,350 1.00/1.00 vMB 43
409,177 409,177 0000000000000000055c089f1e3cd68834580cb80da58fd954c723d48cb9780c 2,474 1.00/1.00 vMB 43
409,176 409,176 00000000000000000279716073056c8a37df35e95e68a08b6e2411c87a77bf85 2,829 1.00/1.00 vMB 85
409,175 409,175 000000000000000004644314aa158dbaf387502707c48e79e31de099ac220ed9 1,545 1.00/1.00 vMB 28
409,174 409,174 0000000000000000034a9c277ea5506ff21d4e0566c9f85f2d41a9e495c870c1 2,825 1.00/1.00 vMB 57
409,173 409,173 000000000000000000a39a6b1029393cb9ba889be70c15528ab9a45984905306 2,919 1.00/1.00 vMB 46
409,172 409,172 0000000000000000041403178a9d9811fcd7b3ff56548b78ed26835328c136b5 2,177 1.00/1.00 vMB 28
409,171 409,171 00000000000000000148efd408dd1846d3900c4a9e69b4c125d8bba5f7d96fd7 3,161 1.00/1.00 vMB 73
409,170 409,170 0000000000000000028d3f38a95f582869a2e369e62feaec6d516f858c4538b8 3,252 1.00/1.00 vMB 71
409,169 409,169 000000000000000005cc8c91ff85dabe387aba343ef3866deca8459eb88e1a8b 3,168 1.00/1.00 vMB 81
409,168 409,168 0000000000000000042d3e3c73b11524a9c7bc426fc1ea81440ef02f2274a02b 3,114 1.00/1.00 vMB 67
409,167 409,167 000000000000000002e7d32d421c3eadb55633fd2c80129efe7446b812b86346 517 1.00/1.00 vMB 12
409,166 409,166 0000000000000000001307650ee0f154e0641c537aa25adafcd5a5b90f45eff8 1,222 1.00/1.00 vMB 25
409,165 409,165 0000000000000000002d90d2937651864532796252c157adcbd52f5a743b19f5 1,310 1.00/1.00 vMB 24
409,164 409,164 000000000000000005a6cefce5ea159427c2fd48b35da77b82eb231708601fd8 2,658 0.93/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.78 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.73 GB
    • Received: 16.96 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.