Loading Tool

Explorer IconExplorer

Memory Pool

80,700 transactions
29.78 vMB
0.07100904 BTC
Random Selection Loading Transactions
Max Size: 179.68/200 MB

Candidate Block

Mining Attempt bf7b7f22b36d6d5faf6f931dbc88ddf04b38373260d0ee2f1f83a828326f0f37
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 5469853cd1de2f8bc2272a954b4e94ed1183a83f6137c4450456b9ac3dfcb0fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,777
Size: 1.00 vMB
Total Fees: 0.01031329 BTC
Feerates: 100.36 > 1.03 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (415,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,766 499,766 000000000000000000870cbb69758c373791f570bf4b87d654eae63281365097 2,455 1.00/1.00 vMB 353
499,765 499,765 0000000000000000005bdfe74866be9bac477c74d15a6d0195891b0168dd48d6 1,923 1.00/1.00 vMB 113
499,764 499,764 00000000000000000010df06efe51c4065e6212ba8120b8155e0df0b2e51dd9a 1,570 1.00/1.00 vMB 179
499,763 499,763 0000000000000000004188c81906d276463a20083445a66c28833825a8d5fb47 1 0.00/1.00 vMB 0
499,762 499,762 000000000000000000191babb7a5637fc59f476ef020bb552a4c5300e0aae23c 1,812 1.00/1.00 vMB 180
499,761 499,761 0000000000000000008b3ebce3f5334dcf278fc8a12d9f332a6ef8f817f88c7f 2,005 1.00/1.00 vMB 278
499,760 499,760 0000000000000000004c23621742ffcab4d91d701bf1bcc3ba1aef279ac43811 1,560 1.00/1.00 vMB 99
499,759 499,759 0000000000000000005786b12e26277e5a2f0144d2abb7f3caa263b0ead0023a 2,179 1.00/1.00 vMB 203
499,758 499,758 00000000000000000031dea6bd1057a2f26902aaa02a970fe9a6b6cccd0e94cc 1,917 1.00/1.00 vMB 271
499,757 499,757 0000000000000000003444e690a4574a6b4afb3cb5af7babfb5d78246023d75e 1,946 1.00/1.00 vMB 108
499,756 499,756 00000000000000000036e02677311bfab65be9e33be0426114640910a24c1502 1,943 1.00/1.00 vMB 156
499,755 499,755 0000000000000000004cffde72cbd0f16c9b07d8ac49e5c44a0088cfc6a0a411 2,456 1.00/1.00 vMB 271
499,754 499,754 00000000000000000099f252848ff44b9d7bb489df6815b767c2b07b207eaf1e 1,941 1.00/1.00 vMB 182
499,753 499,753 0000000000000000001c39a5413d5ae0743ff018632145e42519f0dfca85df3d 1,741 1.00/1.00 vMB 214
499,752 499,752 00000000000000000003ff90816ee1f7390619312549ecf44917596e14a44a38 1,786 1.00/1.00 vMB 187
499,751 499,751 0000000000000000000cbb82272704df970c3431d2bee0b292754a63d88ca534 2,286 1.00/1.00 vMB 326
499,750 499,750 00000000000000000029f5c954f043091972572710421d72c226ecd51638186c 2,455 1.00/1.00 vMB 265
499,749 499,749 0000000000000000005a5ef723555e85cb66b5f50b9a222416642f13422a9f42 2,461 1.00/1.00 vMB 340
499,748 499,748 000000000000000000a64fb6303178c2812afe9e66c883c902bc934f01ce256a 2,180 1.00/1.00 vMB 218
499,747 499,747 00000000000000000024ed220277a2902b1473454871dc33c358c55e7a48beda 2,281 1.00/1.00 vMB 282
499,746 499,746 0000000000000000007439896cda6ec3c6877e9c972c90c9f542ac171f7711a4 1,816 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.