Loading Tool

Explorer IconExplorer

Memory Pool

74,040 transactions
28.87 vMB
0.07390485 BTC
Random Selection Loading Transactions
Max Size: 174.98/200 MB

Candidate Block

Mining Attempt 0d990c2dd8a6006cebba51f88c6501a32d60b3ca52e96e46fd814b7a16be19e0
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root bb9504b237ad0ddb4716bb9a55e49eb14983f69c65be69068a6b31ede21635ae
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,178
Size: 1.00 vMB
Total Fees: 0.01013656 BTC
Feerates: 100.26 > 1.02 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (826,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
89,341 89,341 0000000000005cd9f26000e3631ab7e7ed69b45fbc33ae18a5a00abfe7eb1474 1 0.00/1.00 vMB 0
89,340 89,340 00000000000df58b66ca05ef863388f79e55784efcc46f438c7940dde4173f81 1 0.00/1.00 vMB 0
89,339 89,339 000000000012e3d5f219e8cee48c12ba2acfd2212ffcd349c7b6830d9608041f 1 0.00/1.00 vMB 0
89,338 89,338 000000000008de321f043db06660e1bb992dcce91c34f14855b4b9b9adf9fe55 2 0.00/1.00 vMB 0
89,337 89,337 000000000004c229b35f9da8123c5a8e81614cb51bd909d24a37745607a8e64a 1 0.00/1.00 vMB 0
89,336 89,336 000000000003f3fb9cd9cf42cf3fe740432627958fc328f2aa365f96881c0779 2 0.00/1.00 vMB 0
89,335 89,335 000000000003768c08166ed3f8ddd98bae8f06831261477c818dbf8a83b83036 1 0.00/1.00 vMB 0
89,334 89,334 0000000000016a1967e03abb07f607861e849743bd556f9843f79412b032b784 1 0.00/1.00 vMB 0
89,333 89,333 000000000007e0e0f17333b78fffd63c2c002ac8e0e328285660c5de3feee547 2 0.00/1.00 vMB 0
89,332 89,332 000000000001deaae3d7353f78f8f530e669de371f53082fba49a6560e3e7672 1 0.00/1.00 vMB 0
89,331 89,331 000000000013e4e265448b468aaefb3abf3c1986298fa3fb61b10d200c1af4f6 2 0.00/1.00 vMB 0
89,330 89,330 00000000001039e73ef0637422ee0856c49b7f9b7c5fd37908410913833c9b92 1 0.00/1.00 vMB 0
89,329 89,329 00000000001367b58022ce7c0949bcfcf95335ec5227c2b709fd9e92f16a7fff 1 0.00/1.00 vMB 0
89,328 89,328 00000000000d8e6654282d378d4870097fa47e696099453dbd9d3df8cbe5dbb7 2 0.00/1.00 vMB 0
89,327 89,327 000000000002d71064121c520837ee4b2dab80090db191d01b7c339845f84270 1 0.00/1.00 vMB 0
89,326 89,326 000000000005d379a8c7a54e87bb54745f2bdd6eb58082cb66d51c84e1a1043c 4 0.00/1.00 vMB 0
89,325 89,325 000000000013b5a25b150772e001f0dfeed3cfbca937a7df76bc8d46715d6f3f 1 0.00/1.00 vMB 0
89,324 89,324 0000000000090bbb77b964551ee5a9d591f550e36039d3557f756e512588365c 1 0.00/1.00 vMB 0
89,323 89,323 0000000000090b8eb72ecd2fc1e3fc07cf4d9b11abf3264e372b3e0caa85f76b 1 0.00/1.00 vMB 0
89,322 89,322 00000000000c406d1d5e4fb12af6dc6a41de60c1a6b9ecb7afb1bea5ffb2d367 2 0.00/1.00 vMB 0
89,321 89,321 00000000000ede96fb240fc4a886f9bdb17061276884604a65ef5ff4b5ee973f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.15 GB

Node Details:

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