Loading Tool

Explorer IconExplorer

Memory Pool

80,744 transactions
30.42 vMB
0.08709113 BTC
Random Selection Loading Transactions
Max Size: 185.60/200 MB

Candidate Block

Mining Attempt 2fff9c3ac19d86a5f163b2e9ca0c57f753bad8c1b541b0bf29c7693e5b1ff5bf
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 03ffc3240c22e5d0a5101712eb1bb89c7de953be061859550c5ff474879e0821
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,734
Size: 1.00 vMB
Total Fees: 0.01902153 BTC
Feerates: 402.75 > 1.91 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (22,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
892,375 892,375 0000000000000000000103911e32655823659397895a61167d3bf5a70a2b0c84 2,514 1.00/1.00 vMB 4
892,374 892,374 00000000000000000001ea6cebe7e5f97866430e65a497318d5ec25296845157 1,812 1.00/1.00 vMB 3
892,373 892,373 00000000000000000000b1588bbe25b796710167e6e0812e67726ef81904f0ae 3,257 1.00/1.00 vMB 5
892,372 892,372 0000000000000000000196875e3907c464d20b272a8399d1464d8c2d4c04f4e9 3,800 0.78/1.00 vMB 1
892,371 892,371 00000000000000000000a0b9aa97565375d46633b4362c95e2e5e6342399f02f 2,769 1.00/1.00 vMB 1
892,370 892,370 0000000000000000000184f8ff923227e906660cfe1dbdc34004fbd9cd2662b7 1,544 1.00/1.00 vMB 1
892,369 892,369 000000000000000000013c1d21983c5d8650d0c621bd5b3c5b27be33a616f5d6 2,241 1.00/1.00 vMB 1
892,368 892,368 00000000000000000000457f584e205ba083883e2028a55208d5e5d2e4dedbb3 3,099 1.00/1.00 vMB 4
892,367 892,367 0000000000000000000249f391f38463ecde00d4465aba09e974f7b7913358f6 3,788 1.00/1.00 vMB 3
892,366 892,366 00000000000000000000417b8259aa7fcd1aba2bec53cdfc4964b274bbd31b85 2,875 1.00/1.00 vMB 3
892,365 892,365 00000000000000000001781348ae032de0af7e4cb86447ca31cfd91e07818258 3,120 1.00/1.00 vMB 4
892,364 892,364 000000000000000000012cab192c4ad02f3a29a18a9434a82d9b0aa9ac4b4bf1 3,402 1.00/1.00 vMB 8
892,363 892,363 00000000000000000000db81d6735ac483d75bdf0930d981778a3f078190f4d6 1,292 1.00/1.00 vMB 6
892,362 892,362 000000000000000000006641b919fddef96ed93875e7f264f31624119016cfe7 2,657 1.00/1.00 vMB 10
892,361 892,361 00000000000000000000da207ce852c185ada06125fbe7d5b1d2612908b90ad2 741 1.00/1.00 vMB 4
892,360 892,360 00000000000000000001567342fbb16db9a8a75e426046d6a08762cec4938b40 452 1.00/1.00 vMB 3
892,359 892,359 0000000000000000000118596870a204427a51e4e2d32010aca8bb3e454601f3 2,740 1.00/1.00 vMB 11
892,358 892,358 000000000000000000003e4611df76657ebf7d38d3d03b425d67fb4ec44d81dd 2,866 1.00/1.00 vMB 5
892,357 892,357 00000000000000000001acbc3f0bdd7b0afe34582c9b77e7a727c73fcc6f99e2 3,446 1.00/1.00 vMB 5
892,356 892,356 00000000000000000000c1c7877f50ef7d2a5c763a7430ca2ae88ea2a66da619 3,689 1.00/1.00 vMB 9
892,355 892,355 000000000000000000000de0173f5ba2c883de0818d6fb5a29f0b8e79436450f 2,955 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.00 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: 718.59 GB
    • Received: 17.92 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.