Loading Tool

Explorer IconExplorer

Memory Pool

81,919 transactions
31.15 vMB
0.09031103 BTC
Random Selection Loading Transactions
Max Size: 188.94/200 MB

Candidate Block

Mining Attempt aa18ef936beea0b88c7973c9cd30fcdfbc296cfbdfdb143017604e9a3cc84c02
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 02ae1880a8e2440d37ac80aba9ebcc2139d764cedacab81bab420a501637684a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,452
Size: 1.00 vMB
Total Fees: 0.02305581 BTC
Feerates: 100.69 > 2.31 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (449,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,835 465,835 00000000000000000112d25f31ee5dcb8d2a7627f244c0475c3383a936f2f47a 2,374 0.99/1.00 vMB 201
465,834 465,834 000000000000000000d002f789a7b77ae0b28fb9b0e0ee44a63114e83be8af54 1,694 1.00/1.00 vMB 145
465,833 465,833 000000000000000001ef340ed9969afe1fa60b4a5d7c409a7357b62b3cd74a6b 1,516 1.00/1.00 vMB 155
465,832 465,832 0000000000000000012f38582869a5984a8e11b043eb4142301102ed45da2a51 2,447 1.00/1.00 vMB 140
465,831 465,831 000000000000000000336b1b911a8365721ff2370efabe8a05a7f89cea5c93e1 2,621 1.00/1.00 vMB 216
465,830 465,830 0000000000000000011dd49ad5a69bbaba086626f3f84b9701543c0c2b12f6fa 2,159 1.00/1.00 vMB 164
465,829 465,829 000000000000000001564d896da5c4478a52a00075c09772f6c33a255137bef8 1,600 1.00/1.00 vMB 142
465,828 465,828 000000000000000001298d1f75a45b415b86fe306f6958496ad132e97c2a44d4 1,947 1.00/1.00 vMB 137
465,827 465,827 0000000000000000015bf001a435dca300818aa2ed92ba7364951f88458deffb 2,287 1.00/1.00 vMB 212
465,826 465,826 000000000000000000b18b8e5dcd6b7c16b8656b571deeed3c02591ff14247fa 2,487 1.00/1.00 vMB 236
465,825 465,825 000000000000000000aaddd2d0593ddd8e3f777ce969522b06bc02ea751628f4 2,688 1.00/1.00 vMB 237
465,824 465,824 000000000000000000a83afb2a5e4c7932185bb30021f6a1cf67158291a4744c 2,392 1.00/1.00 vMB 200
465,823 465,823 000000000000000001ce46fc1b9658002faea778cb9b665f2b3c5ec2ff23fe9c 2,544 1.00/1.00 vMB 201
465,822 465,822 00000000000000000036dee0899bffc1d8f172a3114477e1b7920c4a38aa0120 2,313 1.00/1.00 vMB 203
465,821 465,821 00000000000000000066621938a83fcbb06663f337ca859d72721125ff16ee92 2,608 1.00/1.00 vMB 227
465,820 465,820 000000000000000000c8a33de4f5ffdc7d60eaa993334efe3acf0060a2aa2484 3,520 1.00/1.00 vMB 139
465,819 465,819 000000000000000000d7f5472b00ac62a7af1fc7b80fbfd5360e9dab073660fd 2,109 1.00/1.00 vMB 173
465,818 465,818 00000000000000000149931eba71f275f45aa074f2c1f09d3a1058b53b9f7c80 2,839 1.00/1.00 vMB 153
465,817 465,817 0000000000000000018681f5ed00c94a5ca6a18797d5f6d1bf58498ff727269b 1,336 1.00/1.00 vMB 144
465,816 465,816 00000000000000000046433318ef8aa877bdb4fb8308a6b6d70cee6032db6405 2,769 1.00/1.00 vMB 234
465,815 465,815 000000000000000001d00cf3fc571b006f1c09f201c7c54dd38b4078c45ed1ea 2,182 1.00/1.00 vMB 212
Previous 10 blocks ↓
Total Size: 782.72 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: 702.48 GB
    • Received: 16.63 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.