Loading Tool

Explorer IconExplorer

Memory Pool

78,026 transactions
29.20 vMB
0.08418398 BTC
Random Selection Loading Transactions
Max Size: 176.44/200 MB

Candidate Block

Mining Attempt 4a9a552d233e374659de7880e74331e5e7efeb9174c2bc1c0494738b1043eac0
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root dff4a81a6c43020d07423d8ca54ec33ac51da21caff4a43f2648a2bdf360c653
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,801
Size: 1.00 vMB
Total Fees: 0.02309911 BTC
Feerates: 302.06 > 2.31 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (259,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,497 655,497 0000000000000000000f3a4a062b38f8889b103dd88aa916ef1b3845806bdb36 1,289 1.00/1.00 vMB 202
655,496 655,496 0000000000000000000195a1ebe86cce8bd64a32dd1f1632716f5ee66c202cab 1,063 1.00/1.00 vMB 36
655,495 655,495 000000000000000000047c43268a1ddf837af3564f165161cd8e40164e2970f6 2,532 1.00/1.00 vMB 137
655,494 655,494 00000000000000000004eb5a75a5a994a16eedd5c2967b2bb204e0a59e51fe76 2,839 1.00/1.00 vMB 189
655,493 655,493 0000000000000000000ab6888c4f4f2243e109a1b7c46aa509fe2de2af0de1c2 2,818 1.00/1.00 vMB 218
655,492 655,492 00000000000000000001bbfe3e4182f6d5f1e08d9a9158e7b12cbc00516e3a86 2,058 1.00/1.00 vMB 30
655,491 655,491 0000000000000000000351b563e56c29ac06a035eaf2dd9acc3c0e7cc62763e7 2,058 1.00/1.00 vMB 82
655,490 655,490 000000000000000000079e940b0d0db3e788fb33f9cacd8751e48b4d9437d227 2,223 1.00/1.00 vMB 65
655,489 655,489 000000000000000000012a775efa45455390a571824329035c3209fb0328abb7 2,442 1.00/1.00 vMB 203
655,488 655,488 00000000000000000003c330e9b328eab54448bd9c1646a14ce60d309c477207 2,118 1.00/1.00 vMB 95
655,487 655,487 000000000000000000056ceb2fff81095a7d7c5c02476dc99cb8d6945d8dac85 1,359 1.00/1.00 vMB 252
655,486 655,486 00000000000000000001a136aa9b532bb93606e939f7fd9f6c10199f390703ae 2,273 1.00/1.00 vMB 112
655,485 655,485 0000000000000000000f7be5bb200d382d5a62dbc46a7a628e9c9695decd361e 1,543 1.00/1.00 vMB 110
655,484 655,484 0000000000000000000b84b7849973b847f93c6a65adfeac8fcc41e101ec0d21 2,401 1.00/1.00 vMB 140
655,483 655,483 000000000000000000106382d5bd7c813d569c702aaf15ae62b7327e276cc9ae 2,066 1.00/1.00 vMB 111
655,482 655,482 000000000000000000024fd94bb0c3c96b8f42faafe0df7ec94b9cdab45fcd69 2,142 1.00/1.00 vMB 71
655,481 655,481 0000000000000000000d4a8d5de7cfd4c9f8f6f72422e8ec896866587fa2c925 1,367 1.00/1.00 vMB 41
655,480 655,480 0000000000000000000d09423acb27e17bc8475d15208721efd643b85ddae185 1,866 1.00/1.00 vMB 61
655,479 655,479 00000000000000000002549c03ee3c186755dc59ad33f404f84fb94e4d87c4be 2,281 1.00/1.00 vMB 86
655,478 655,478 000000000000000000057b21098253db68990567cc708e3033669da9b2255e20 1,418 1.00/1.00 vMB 20
655,477 655,477 0000000000000000000cc8f245761ec5d963f1b4da8cce4a8f1e11ae24a5bd25 2,309 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 782.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: 671.98 GB
    • Received: 16.09 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.