Loading Tool

Explorer IconExplorer

Memory Pool

74,637 transactions
30.18 vMB
0.08400428 BTC
Random Selection Loading Transactions
Max Size: 178.96/200 MB

Candidate Block

Mining Attempt b1689090b13c72f04a2cb048cf4f051137551c5c5e034bcf96cc261b7c566a6a
Version 20000000
Previous Block 000000000000000000014e1cbebc37caf5dba55aec5f1ce07294267a88d026d0
Merkle Root 6f3c50d5f8256340db4c52d4e5a08c9081e435ccf4ed07cb9d0087bb010b4b94
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 367
Size: 1.00 vMB
Total Fees: 0.01239943 BTC
Feerates: 52.36 > 1.24 > 1.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,426 (826,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
89,343 89,343 0000000000144b1c99b1227862c3c249e696ef092db4b61b2272ed429defdd4d 1 0.00/1.00 vMB 0
89,342 89,342 0000000000073b954834bf0dd244ceaac1170d206a4748d7d25d9f49c81af0ee 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 783.13 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: 739.37 GB
    • Received: 18.62 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.