Loading Tool

Explorer IconExplorer

Memory Pool

42,001 transactions
31.76 vMB
0.09446432 BTC
Random Selection Loading Transactions
Max Size: 159.29/200 MB

Candidate Block

Mining Attempt 16a06e0e5fe92c20eeac37343d2baf5242444492ea0598f9e097da60e78edb29
Version 20000000
Previous Block 00000000000000000000a7f094557a1c08216b2fd5b94073a11ff2864e9b9455
Merkle Root e96eacb4e35246e043b3b3ec4ede0d8a9d96391b5017ae7d55e7b1c10accd1bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,495
Size: 1.00 vMB
Total Fees: 0.02872669 BTC
Feerates: 401.97 > 2.88 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,565 (818,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
96,453 96,453 000000000003ca966edb0a35dbf3b00db133fda4a30143c4df5fa53dc671ef4f 2 0.00/1.00 vMB 0
96,452 96,452 00000000000341b7d2bb8bbc736cce0ee48c5ac610bd3f85433c7463b99354cf 1 0.00/1.00 vMB 0
96,451 96,451 000000000002d91ba9f5576d00f7aa1a71b73d0b94b939e19c4fe7bfea6317fa 3 0.00/1.00 vMB 0
96,450 96,450 0000000000070412dc383d3384432edfd78d4bae3f465879dffa760f7757a304 1 0.00/1.00 vMB 0
96,449 96,449 000000000007d0e5481319f88210fdc26a106054783893499c17b0b77ab22f21 3 0.00/1.00 vMB 0
96,448 96,448 0000000000017913ce750c0fc5dcc547a17b536c55ef8e4c86b53c55e942dc62 1 0.00/1.00 vMB 0
96,447 96,447 000000000007f2c3247abd1b97c1a20056e15e21dc2353dc25e6e0a3319d369a 1 0.00/1.00 vMB 0
96,446 96,446 000000000004d67dcc56a71c18ace42a75a52e9d9c58113bbcb41ed17469004b 1 0.00/1.00 vMB 0
96,445 96,445 0000000000019f9d11a106fd08e6934698da95abcab58a5570fce3a0903602bb 1 0.00/1.00 vMB 0
96,444 96,444 0000000000068fe4e32dc26e36eddcf933e4af25f98caf2a63ceaf64ec0d0279 2 0.00/1.00 vMB 0
96,443 96,443 000000000001780212f459280565ba29582eafd6ddd49b4c66b88598cee19697 2 0.00/1.00 vMB 0
96,442 96,442 0000000000043ba04cae4c20485c0a9cfe0b6cd10798c77f138237dd6eff72af 1 0.00/1.00 vMB 0
96,441 96,441 0000000000002e8f1329eb60476402b9595c21f6c2b9aa17fdcc197613e9988f 7 0.00/1.00 vMB 0
96,440 96,440 00000000000760884b5aed2e7a6d7ba0e5c9e90e89caa813771db3fc6d6d6b79 1 0.00/1.00 vMB 0
96,439 96,439 0000000000024d2de9763c1698ec65270fe7b7f930c65a38910a828eb3532f49 5 0.00/1.00 vMB 0
96,438 96,438 00000000000252100a068bed7398844143f7430171c8dfed7732f781e8943e4e 3 0.00/1.00 vMB 0
96,437 96,437 000000000000f7afb2884578952a1ac6efc77d675c916003ff74c28c44f67311 1 0.00/1.00 vMB 0
96,436 96,436 0000000000026ce283095d7ee4b62237997f6cbbfa6aab29fc61661253e28fc4 6 0.00/1.00 vMB 0
96,435 96,435 000000000002492077280fb9f3b263be83f2862d80a53ce31ad008e15d18a131 4 0.00/1.00 vMB 0
96,434 96,434 0000000000033354aa11fd866670a2a65440ad0f5499e91a577d5fa9b9c9046a 1 0.00/1.00 vMB 0
96,433 96,433 000000000003bb599c6e5401d2a008b2756c18c483917929b67cbd822019bab4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.62 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: 624.86 GB
    • Received: 11.57 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.