Loading Tool

Explorer IconExplorer

Memory Pool

80,211 transactions
30.07 vMB
0.08805657 BTC
Random Selection Loading Transactions
Max Size: 180.34/200 MB

Candidate Block

Mining Attempt 46763ae8bf53374b4499135af3d855ea96c05a0c3995b2d449e951ca3644a469
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 8580f8f5e422a8e4765a55f7672ab7f5bbe65034fef9560debfcf95585219156
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,555
Size: 1.00 vMB
Total Fees: 0.02661229 BTC
Feerates: 301.07 > 2.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (461,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,824 453,824 0000000000000000019ca63484f8251b15647869d4c36ec5b201277f3e2aa70b 2,640 1.00/1.00 vMB 125
453,823 453,823 0000000000000000024a949ab0a295f043e3776160d2be507604de4e5c0c9074 1,846 1.00/1.00 vMB 96
453,822 453,822 000000000000000000826dbaad4cabe16aa6b57f6dbd022cb737dfbbbd638362 1,854 1.00/1.00 vMB 63
453,821 453,821 000000000000000000440619d209f053be7292f5ab85dca6df1ac7bae49dba34 1,953 1.00/1.00 vMB 108
453,820 453,820 000000000000000002370bfe4de475a9bdd6e301af74313e22894aeced04b913 2,710 1.00/1.00 vMB 67
453,819 453,819 000000000000000001cc4548ee988fda32881765435ea033e6e6ff35f517cbae 1,749 1.00/1.00 vMB 93
453,818 453,818 0000000000000000025e87459122b2e9c7ea65ce7f7a906b7f1f5660406c2216 2,062 1.00/1.00 vMB 129
453,817 453,817 0000000000000000020bd7d03a20a37ddbc0dc30fa75e9e83001bae514f4256a 2,060 1.00/1.00 vMB 157
453,816 453,816 000000000000000002204d1e9885416bfef39a2259a48a3eb5d36b6e8e21fad7 2,037 1.00/1.00 vMB 121
453,815 453,815 0000000000000000018857a1425c8b0c8bf246cea58211e4e012b7e8c74bac27 3,240 1.00/1.00 vMB 66
453,814 453,814 00000000000000000018a68ccacd49c3a1819b03b05e87ce9050b9736ed7b477 1,977 1.00/1.00 vMB 83
453,813 453,813 000000000000000001b53f071e3fa37f5374a73f17c637425498b7d21d6ce44c 2,297 1.00/1.00 vMB 137
453,812 453,812 000000000000000001f984db1c87909b526248ff665fdd78b306a872fc2f4458 2,033 1.00/1.00 vMB 147
453,811 453,811 0000000000000000027c45bd19ab277c1cf76f5b2db42bb8636608b3e74500ac 2,097 1.00/1.00 vMB 135
453,810 453,810 00000000000000000041900f0faf768ffbc7915c8b005a7698da7241554068eb 2,354 1.00/1.00 vMB 175
453,809 453,809 000000000000000000706237881a6ef312e58ab3550c0964fdec7ae15d13923a 2,460 0.99/1.00 vMB 81
453,808 453,808 00000000000000000067cb4c04034fd76ffc5e081df6070d52404f1e352be50e 2,360 1.00/1.00 vMB 90
453,807 453,807 000000000000000000556ebb569190703c5b21acdee508139d41b9ec8207065b 2,323 1.00/1.00 vMB 75
453,806 453,806 0000000000000000011c9e2af4dc368dd5a7ad6f715489f8c81d60b6c7f8c905 2,306 1.00/1.00 vMB 128
453,805 453,805 000000000000000001f70532f5970f2449a48e2bb6ec0a50d273d6e0d5501d2d 2,619 1.00/1.00 vMB 114
453,804 453,804 0000000000000000005864479a494bbeb807c880609bb48ddc4b12cce03d7680 1,827 1.00/1.00 vMB 142
Previous 10 blocks ↓
Total Size: 782.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 664.97 GB
    • Received: 15.07 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.