Loading Tool

Explorer IconExplorer

Memory Pool

57,345 transactions
17.32 vMB
0.04927830 BTC
Random Selection Loading Transactions
Max Size: 110.39/200 MB

Candidate Block

Mining Attempt 94fbae09df6abbd1a21a62278ec3d6a61877c7493f18806dedc8b776a34f67ac
Version 20000000
Previous Block 000000000000000000002115e61bc58bb9d2fa9e5ebbc3642a8ed82b9d63ef46
Merkle Root 8ab3d7fc996d35fdcb39667e8c98b1255ca19db3f952ad4112cff5ba7a89dc3d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,440
Size: 1.00 vMB
Total Fees: 0.01059694 BTC
Feerates: 254.50 > 1.06 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,737 (850,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
65,493 65,493 0000000006ca253d4d3409459349f0c6680b13344651ea1c8689c45368b1cc85 1 0.00/1.00 vMB 0
65,492 65,492 0000000009750b85467252a451d9605e9f6a6c5e8abf7d04d3d8aba87153dd84 1 0.00/1.00 vMB 0
65,491 65,491 000000000126f8f6e38d2fe113cb928224c78ddcae45856b7c8299d1553d98df 3 0.00/1.00 vMB 0
65,490 65,490 000000000319477f6617fa167774fae947a6ff5b29f070e0369a60deaf7ee16f 1 0.00/1.00 vMB 0
65,489 65,489 000000000a6efce57e330c2f4d755f31aa146ae3caf44b82b6274a9b152bc6a2 1 0.00/1.00 vMB 0
65,488 65,488 00000000057d332633bc359778a61b430135ee9c82db1f3a3ed19951ddaaa4cc 1 0.00/1.00 vMB 0
65,487 65,487 0000000008ee6181488439aff731f27cb61ad41753afb49470c8d5904f71866c 1 0.00/1.00 vMB 0
65,486 65,486 0000000001350ea38c954f8be283a34759c3bfa113d4b7ea18173932af466ce7 2 0.00/1.00 vMB 0
65,485 65,485 0000000004da34b8e140c0fa80d7e90ec46b7ee55e2f64236d61b500bcfa473a 1 0.00/1.00 vMB 0
65,484 65,484 000000000117debfcf4914df13cdaad3539a43d362f2f71f8ff8a7a4891ce115 1 0.00/1.00 vMB 0
65,483 65,483 000000000867b17e52b4015bd6cc84a75341a3fee7bd9e180cb760f5065f2947 2 0.00/1.00 vMB 0
65,482 65,482 0000000008b72adfe40e42dad892a9165882f5b81478a001f12633fc05f16f6b 1 0.00/1.00 vMB 0
65,481 65,481 0000000007fc71c03401d785c39e6b5219419caa4ef2333bbe423a6402593364 1 0.00/1.00 vMB 0
65,480 65,480 0000000001af8f9b8626c99ebd80ad8d50c7d7f6e01f8f571386fa3a610b4abf 1 0.00/1.00 vMB 0
65,479 65,479 0000000001c8adddf213638d26e46988284f32ad6d3a948b563c46e90a6697e1 2 0.00/1.00 vMB 0
65,478 65,478 0000000008a9727c1845de48e796a044bc18facc8f14e0f9577224da51bc1365 1 0.00/1.00 vMB 0
65,477 65,477 0000000006e11530ad2ed17961ea7de88ab444b32c9c88289f24594fc3ef1be3 1 0.00/1.00 vMB 0
65,476 65,476 00000000014a566cc9d85e62d6885a377204dff88cf93dcf3117d5815593df39 1 0.00/1.00 vMB 0
65,475 65,475 0000000005358af4ae6889dd50e8a36ad8a17c5021c230be6a295a9fd6737eaa 2 0.00/1.00 vMB 0
65,474 65,474 00000000011e0c711a8f134d77c429fde014dfb5400904ceef074d41bdcb0655 1 0.00/1.00 vMB 0
65,473 65,473 0000000000d1b5f2741381457bde0eb12c49b701b82cc289e229127cb3576c3f 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.65 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: 776.45 GB
    • Received: 21.03 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.