Loading Tool

Explorer IconExplorer

Memory Pool

28,085 transactions
9.09 vMB
0.08347212 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 53.74/200 MB

Candidate Block

Mining Attempt c9e81639f19d524b518e58604a3a3ccc3ac3e46f0333d1dcc88c154f38dd7ea2
Version 20000000
Previous Block 0000000000000000000011ee6be1f5cf973d03d599ed04c0e662c0af9fe42b42
Merkle Root 06a549936e6993d64581277519558d7ca838792976384d17bd26bdf6ac5b0f84
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,878
Size: 1.00 vMB
Total Fees: 0.02438658 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,996 (649,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,551 263,551 000000000000000bce304d7e6410b8160f46d2a108d11c767397c91fd23fe01c 0.10 MB 274 71
263,550 263,550 0000000000000004b89450ff60ff5485519879a95e01fe78100126a2ea9a31a6 0.13 MB 277 108
263,549 263,549 000000000000000ed0f393403c9d2345e75296bd9ed37c9208164e94d6e303ee 0.18 MB 265 67
263,548 263,548 000000000000000281939f298e1a8128c5f3e483dfe1f3aa2c0e2650b859655a 0.05 MB 120 130
263,547 263,547 0000000000000011dcf1d0cbe8ac16bb68b83476724549b21c008c93490967c2 0.03 MB 25 11
263,546 263,546 000000000000000cd939a51dc8454a7caafd031e4231d924b783fe5d9234f70d 0.10 MB 240 126
263,545 263,545 00000000000000032c17ce69638f3ef465f4d13792e68d630d9656690e6d532f 0.07 MB 176 76
263,544 263,544 000000000000000587553c2aed004ba3484dff264fb6c2b64e7d851c16dd788b 0.11 MB 245 98
263,543 263,543 00000000000000037809ce7ffff879cfc8fc1ba6c243df788217e1d4b1d32816 0.04 MB 100 117
263,542 263,542 0000000000000004b4e64749be30247cdfff0b8eb2525055c9fff59946d8002f 0.01 MB 23 88
263,541 263,541 000000000000000bddc772c8f7c7023a8cd7451f9ef8ef723cbf065f90098244 0.10 MB 194 81
263,540 263,540 0000000000000000d581065c1394c66ac750952d334a0a33a235f949b5299d4a 0.08 MB 174 71
263,539 263,539 00000000000000069888d8e954947816fa206403bacfe3980c871bdab343b23b 0.07 MB 104 87
263,538 263,538 000000000000000f6d4f744d475472914b450de8fc45ce2c8787f7749196631d 0.02 MB 64 93
263,537 263,537 000000000000000aab30d52145538044c89587bb68df278555988d95256c7823 0.14 MB 289 113
263,536 263,536 000000000000001194ca1ca5273e61ed79e6bbd09aac9018fe4c62115a8aa98d 0.14 MB 308 55
263,535 263,535 000000000000000506f201eda2c0a58b23fef5221a6cafbb1a2d177f69fbac65 0.25 MB 572 125
263,534 263,534 00000000000000111d0a42cf8799e8ff8fec7c3001460eb3e769562d7b459922 0.01 MB 21 163
263,533 263,533 0000000000000005a901a685a2b2f68e93e05f09e0ec894975923d01a21c4084 0.01 MB 28 100
263,532 263,532 000000000000000ece5a667383b49c64f29985d58ade82cbce9b92dc217e8505 0.03 MB 89 89
263,531 263,531 00000000000000084c6358355659df5228a38e32feac40674e1ea1999b583980 0.12 MB 186 70
Previous 10 blocks ↓
Total Size: 778.83 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: 379.09 GB
    • Received: 3.41 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.