Loading Tool

Explorer IconExplorer

Memory Pool

44,719 transactions
27.31 vMB
0.10138642 BTC
Random Selection Loading Transactions
Max Size: 143.13/200 MB

Candidate Block

Mining Attempt 687bff61c6ddde4c30da60f247e2a376c6a3003e0d8b568336fdaa55571f27f7
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 1a237f5186f160ff49e4b322b14f3ad4bb8afb83541716207f41d9ea7ce9755a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,600
Size: 1.00 vMB
Total Fees: 0.04605930 BTC
Feerates: 151.16 > 4.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (242,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,261 672,261 0000000000000000000b9d2ec53b5d33226a9419bf3a782adb001bfe8ef79feb 2,901 1.00/1.00 vMB 62
672,260 672,260 000000000000000000009cd3378f86d9d3d6e222cf2f78c2b223813672294801 1,145 1.00/1.00 vMB 156
672,259 672,259 00000000000000000003fdabcd456fa845d8057921685c0bc97bbe1a4dfc725a 2,479 1.00/1.00 vMB 139
672,258 672,258 0000000000000000000490ed3b4ac8c403a083936ece06dc749b8ffd33835f86 2,353 1.00/1.00 vMB 88
672,257 672,257 0000000000000000000ab1e9fb0ee3350333ee9abdabb1eb73b765059c102438 1,271 1.00/1.00 vMB 79
672,256 672,256 0000000000000000000600d25f366f00de2d918d888df68b54cc6a5c5cadb125 1,949 1.00/1.00 vMB 130
672,255 672,255 0000000000000000000bf6d7cccaee19beae107fd0d29e0b523ea822bfb7a6bf 2,316 1.00/1.00 vMB 88
672,254 672,254 0000000000000000000244e3e8115980e170fd2c72eb84e7a3322f631ac02a87 2,525 1.00/1.00 vMB 147
672,253 672,253 00000000000000000003771e1ef5fc852e11e082b97df9fb9bad2571c6e32f7c 1,680 1.00/1.00 vMB 140
672,252 672,252 000000000000000000045220c948be852f0edd618ce24a300f74f16809f0bda7 1,477 1.00/1.00 vMB 97
672,251 672,251 000000000000000000046b36c8b17faf0760e594761e58a05921777be8dd75bb 2,301 1.00/1.00 vMB 60
672,250 672,250 00000000000000000007c03028ccab13218f10eca3706b80e1d0cb0bead38040 2,145 1.00/1.00 vMB 133
672,249 672,249 00000000000000000004a47af770a91fe7cb6c18ed36adae16a70fac4e6e49de 2,154 1.00/1.00 vMB 119
672,248 672,248 00000000000000000003c30e2c36acf6f226f1b7a536ca9b6de9608bc45ffc96 3,334 1.00/1.00 vMB 167
672,247 672,247 000000000000000000093911a011940c37443f7f31a69b42da24b0273458bdf7 2,045 1.00/1.00 vMB 48
672,246 672,246 00000000000000000008e813635987a3866c2495efabeab6737553be8e3cec7a 2,301 1.00/1.00 vMB 149
672,245 672,245 00000000000000000003c855e7a00ed578454ec69add5b009efa4bd9f88df462 2,685 1.00/1.00 vMB 70
672,244 672,244 0000000000000000000a8649e0cf5c7596d14b19da4ed054454869f99fa60c36 2,303 1.00/1.00 vMB 58
672,243 672,243 00000000000000000005ab51aae285a1bcc41f75f79b8ea04763a66178cd8c51 2,679 1.00/1.00 vMB 120
672,242 672,242 00000000000000000008f40cfb26fdcaa76ba8fbe62818a58e23a57880ab6e8e 2,262 1.00/1.00 vMB 153
672,241 672,241 00000000000000000008ec3ca680026077913273c15b3d3020ea32afdfacd000 1,236 1.00/1.00 vMB 146
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.