Loading Tool

Explorer IconExplorer

Memory Pool

15,672 transactions
7.95 vMB
0.02544111 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.15/200 MB

Candidate Block

Mining Attempt 1577cc1dfb8378a4a896307f280a3d7f3cfbde067765e056a7b8c72cafe6eb73
Version 20000000
Previous Block 000000000000000000016227ee45eddfed24105316ab42bdb9f1253718de909b
Merkle Root b4456bb035bfe159f6bb4811b50b4b999960f828a4e8bf85a3d1385b4d24fe1c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,902
Size: 1.00 vMB
Total Fees: 0.00893790 BTC
Median Feerate: 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,420 (781,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
132,180 132,180 000000000000067b4dbe2a6186622878218287be38497122f6c6e25edf1e8b25 25 0.01 vMB 222
132,179 132,179 000000000000061e013c7b90710c0e273fc2c1779aea62136789b09810d189b8 14 0.01 vMB 889
132,178 132,178 0000000000000c08ac11c72f03ae252f5267a14a1577099395d3b769d68ed786 12 0.00 vMB 17
132,177 132,177 00000000000010e9d228ffae88062b818559979b1aff38fcf0b0add628727579 62 0.02 vMB 210
132,176 132,176 0000000000001095fc092ad556805ac44c68e0685a539cad9adb7f44ad352578 58 0.03 vMB 444
132,175 132,175 0000000000000f3a4d278020b786fa6c2f539b8711402c441d286b46008889ff 12 0.00 vMB 639
132,174 132,174 0000000000000c2c6a886ae2f3030836d78967ae7b225778c345949a1840ae61 57 0.02 vMB 1,093
132,173 132,173 00000000000001f245386edf6520af70c6523f2a94a70593e45acc247224a65a 1 0.00 vMB 0
132,172 132,172 0000000000000f43692553ed9d9da5148204e4b2ebf82c2c8e619cdfb578a86f 10 0.00 vMB 763
132,171 132,171 00000000000012eb8de7022592ff2a78a0f9e3f817aa3bd8ea69d3fceb45d31e 27 0.01 vMB 128
132,170 132,170 00000000000003150c1cf98b71134f82a5f20fc1f8bf7ee536922dde5804623f 9 0.01 vMB 491
132,169 132,169 0000000000000b454596a2ffbce48ac583f8553f5def251ada90d9ae193d0a99 69 0.02 vMB 177
132,168 132,168 000000000000056066d778903da6f557694f46ec6d9321d564924fb0c53c0351 4 0.01 vMB 756
132,167 132,167 0000000000001008d84107cc8308afcc3a9318fffedfd38616e4cbd5ab858d3a 100 0.04 vMB 454
132,166 132,166 00000000000000f487e867f6a84d8a474f53fc2ced3b294e9b4c37a13ef38bf7 93 0.04 vMB 591
132,165 132,165 000000000000020d15887e26d1a8ad096faf691295cf2fe53020bafb6ca097a6 41 0.02 vMB 238
132,164 132,164 000000000000012987d01ae754792ce309d96c99bb17039b22b96cdbd06cf7de 11 0.00 vMB 1,615
132,163 132,163 00000000000002b4bf22f478df9295b18961074519680cb6fa73465e228c9eac 148 0.05 vMB 300
132,162 132,162 0000000000000cd198f42e791a9d27c5d428acf7aa31f0bc4a0e179287110abf 17 0.01 vMB 1,007
132,161 132,161 0000000000000c0a62da86b23f8472e93b774afda630bffb1a580980b1fbc077 13 0.01 vMB 771
132,160 132,160 0000000000000045584878d561751355484587b9a24e59fcf055cb6ad252758b 48 0.01 vMB 684
Previous 10 blocks ↓
Total Size: 779.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 294.07 GB
    • Received: 1.23 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.