Loading Tool

Explorer IconExplorer

Memory Pool

48,204 transactions
27.32 vMB
0.07073245 BTC
Random Selection Loading Transactions
Max Size: 145.67/200 MB

Candidate Block

Mining Attempt 85dab033d9f2b05041a3dc62ffc34ee2b28867258ae213d78b0ba79457c5fbdf
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 3abcf49fb14c16b77de86d3563d6aa9af1db79b82ed3ae4620f6dca317e1c1fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,386
Size: 1.00 vMB
Total Fees: 0.01976542 BTC
Feerates: 100.53 > 1.98 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (83,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
831,111 831,111 00000000000000000003237c16f6197ef3358dd5a6d8cf3a5f5710b1d51ed9b1 3,597 1.00/1.00 vMB 33
831,110 831,110 0000000000000000000309bd2254858461d0126dac0d6394df5dc63f0b23c865 3,025 1.00/1.00 vMB 16
831,109 831,109 000000000000000000025e6a6efb357c1acf27506ae863df0bc82035e7719864 2,985 1.00/1.00 vMB 22
831,108 831,108 00000000000000000002c612571e7a4c5d0bbc22ae11f81719a50b1ed16e53f8 2,500 1.00/1.00 vMB 18
831,107 831,107 00000000000000000000c8c8a0c35b3011c4eb0acca3078d1b07a7116a799ef4 3,557 1.00/1.00 vMB 30
831,106 831,106 000000000000000000029f4adb459d36de78fd98c86f00c968d7c19a2140c99c 2,979 1.00/1.00 vMB 23
831,105 831,105 000000000000000000016585a3ed1941d91eeb1091e812fdf7b00042cf274cc6 960 1.00/1.00 vMB 11
831,104 831,104 000000000000000000033a9a72a74f4c136ffc2c6f3fb2571806ffe86cecbe95 1,993 1.00/1.00 vMB 11
831,103 831,103 000000000000000000026a99126196846bd8bc84d41a8dc8ff75629730b301da 1,576 1.00/1.00 vMB 15
831,102 831,102 000000000000000000005fdec39f2bd5b1cd65c29ccf95fa8e6b08ff64f10511 2,085 1.00/1.00 vMB 15
831,101 831,101 0000000000000000000370f8cd75fb647570340c672c996edb0dcf116e7447bf 1,824 1.00/1.00 vMB 14
831,100 831,100 000000000000000000031fc285446661bc6da88d439ef71fab9ee58a508f8752 2,185 1.00/1.00 vMB 18
831,099 831,099 00000000000000000000535ae45e20e7762dfb70614e1af9fc21fbb127312862 2,321 1.00/1.00 vMB 18
831,098 831,098 00000000000000000000aa01644a6cf9fb71c0fc64dcc2fb321e07be1791f1f3 1,328 1.00/1.00 vMB 13
831,097 831,097 00000000000000000000f5d0ec6b1ebd8ea00d7dce56299a494651dc0f7d3689 2,817 1.00/1.00 vMB 21
831,096 831,096 00000000000000000001cd2af2126e288412e6531c951eca14d77953bcf99b6b 2,469 1.00/1.00 vMB 20
831,095 831,095 000000000000000000036a1134f8c71926492ffd319714703cd126a8686bf7d8 2,633 1.00/1.00 vMB 23
831,094 831,094 00000000000000000002f6d32baa2054be7468d74f4f5172c4b50298bab6ab90 1,875 1.00/1.00 vMB 12
831,093 831,093 00000000000000000002627409817d8b771dca4e53585b0c3205ff651b616d1a 1,926 1.00/1.00 vMB 14
831,092 831,092 00000000000000000002b7ebc6f733bfd1bca72314ad88898b10e26ec9a252f7 2,901 1.00/1.00 vMB 16
831,091 831,091 000000000000000000006a363e36cf515eddae537aab7d6517dcbe75d1f525b5 3,174 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.99 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: 648.72 GB
    • Received: 13.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.