Loading Tool

Explorer IconExplorer

Memory Pool

32,608 transactions
25.60 vMB
0.07334816 BTC
Random Selection Loading Transactions
Max Size: 127.95/200 MB

Candidate Block

Mining Attempt 1a67ba9acb76b8d27c91c3d11b92615283529d9c566ff82b8e4dd04ff2392589
Version 20000000
Previous Block 00000000000000000000642395af6c167a3a00b6dac8fbc226ea1889e0a9bf07
Merkle Root cc6d0d2c7406e838c597e2319be711f381097cf76fccb6c058018bc00351caef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,641
Size: 1.00 vMB
Total Fees: 0.02634319 BTC
Feerates: 526.32 > 2.64 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,208 (885,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
28,444 28,444 00000000e651206c9dfb15d1c6d6f9a6e79440363fc51fc740a433ed229f881d 1 0.00/1.00 vMB 0
28,443 28,443 0000000097d07db7cdbfa8b1c04ded5272fad12894841d8971bb6081b536f919 1 0.00/1.00 vMB 0
28,442 28,442 00000000cb553da4ceada6e653c24584337558f69a6ff77bb477b070312df576 1 0.00/1.00 vMB 0
28,441 28,441 000000004e1ee0f7a59020df2a1de2dfc2537fde627e4405888b8162135761ed 1 0.00/1.00 vMB 0
28,440 28,440 00000000f6a4eab856a48fb8ad140dc05c6fb8f5f3ed72af6293570ab955581d 1 0.00/1.00 vMB 0
28,439 28,439 00000000d53cdc6794d92b66a46d74a98eecddfb7178cd7940e6edbd5ef3ec09 1 0.00/1.00 vMB 0
28,438 28,438 00000000bdaeb2bbc318163266733bdc92822c754248bc2f4753be10e3430e97 1 0.00/1.00 vMB 0
28,437 28,437 000000006bf9ec0ac70c9b97ba72114bb2c54edad38806f432c87e0e8d4d153e 1 0.00/1.00 vMB 0
28,436 28,436 00000000858e2bc8d45344c505e94bf61fec39e726e4d52beffbd27e5c75c297 1 0.00/1.00 vMB 0
28,435 28,435 00000000deacb9fe344ed0a8ba2309731a6dcfe540eb7f837a8fe7791404c9ac 1 0.00/1.00 vMB 0
28,434 28,434 00000000f64fcc313ee847eb90dce48d6a27146a4ea5dc242354429cb819b290 1 0.00/1.00 vMB 0
28,433 28,433 000000006005b1f5104ce601b3813081fa3fde27bdde7d71902baae213c9ae44 1 0.00/1.00 vMB 0
28,432 28,432 0000000003eb51e1b3ff7b0812888066bfb5f45eccadeba3867c695ebc01d444 1 0.00/1.00 vMB 0
28,431 28,431 0000000044c257daf7fee937388b38d2ed9fb9490e0b2e944f02590430ab6791 1 0.00/1.00 vMB 0
28,430 28,430 00000000e9d8031600d067fe8413cca3807c15eade791763a8972e283b60276d 1 0.00/1.00 vMB 0
28,429 28,429 0000000081d387f0d3153544186b5006a3c06b2934723b4271c0070fcab76996 1 0.00/1.00 vMB 0
28,428 28,428 000000001717bb56376f85c38c8a1214a7d87e49cf440c7034d6f33e803a9ac0 1 0.00/1.00 vMB 0
28,427 28,427 000000009b86521f2dc820acf50f59dd196a923a71b3cd20d24f01f6fbab13d2 1 0.00/1.00 vMB 0
28,426 28,426 00000000168ac171daac083557003178f01f77c2c3e75f83509ccb011a9d7234 1 0.00/1.00 vMB 0
28,425 28,425 00000000752d2c5da0663c5b50b6be556880d56ba18aa745b3639729405e1042 1 0.00/1.00 vMB 0
28,424 28,424 00000000e7c01fb70778b1ab596ebebd7400e5ca1f48ea41eee39d410580b2b7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.96 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: 573.88 GB
    • Received: 8.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.