Loading Tool

Explorer IconExplorer

Memory Pool

80,923 transactions
30.01 vMB
0.09284328 BTC
Random Selection Loading Transactions
Max Size: 183.28/200 MB

Candidate Block

Mining Attempt 48d49c4f3aa5faf456cab1b955671ee1f3db77e5d225d15875dc6e6753fedffa
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 3d6a24e4243163545ce491bd459b071b8e84a14c33c227780d23f7a699ea7b0d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,421
Size: 1.00 vMB
Total Fees: 0.02558205 BTC
Feerates: 402.60 > 2.56 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (449,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,403 465,403 0000000000000000001c730eb1c412d74d3a0526c15a1a6191041d7cda1d9358 1,581 1.00/1.00 vMB 106
465,402 465,402 00000000000000000166ba16e5d70c4bc5a7875401fb2a335e25bcb3e0567c63 1,676 1.00/1.00 vMB 121
465,401 465,401 000000000000000002014150cbdac69de4c860ba07ec9fe2a6b00cd266413cc4 2,036 1.00/1.00 vMB 150
465,400 465,400 000000000000000001a707afb6716d8b59d46b7b3720ffb60bea75a7224edf06 2,527 1.00/1.00 vMB 163
465,399 465,399 0000000000000000000d74440bc6d094472c7d9b8fb51d54c3e7eec8a35e8b65 2,274 1.00/1.00 vMB 210
465,398 465,398 00000000000000000139eaba2fa4b1d1cdc3ef76e379a9e894821b946e20bb9a 2,271 1.00/1.00 vMB 148
465,397 465,397 000000000000000001943fe3d95a6073bb063c94d58c89698f473d7b5719df2f 2,432 1.00/1.00 vMB 194
465,396 465,396 00000000000000000218ac25174877a5aa88434c8930922f78d1077832a22dc3 1,646 1.00/1.00 vMB 121
465,395 465,395 0000000000000000004d8ee78f4d0cf6c2b4139a0ca30ff9efeacbc085e56869 2,523 1.00/1.00 vMB 178
465,394 465,394 000000000000000001220e11ec88178f3125857b2d01295eb5f1cf9aba311ffd 1,882 0.99/1.00 vMB 143
465,393 465,393 00000000000000000012117ab551ae12014864666a0719eb58f07b1cd72161de 1,829 1.00/1.00 vMB 146
465,392 465,392 000000000000000000c5310d4fba6c2e7b6248e57ea970177fe4b8d5c9da41e9 984 1.00/1.00 vMB 118
465,391 465,391 0000000000000000004f8aa4c4d91289220e5874057404f18997c2be0a794bed 1,524 1.00/1.00 vMB 156
465,390 465,390 00000000000000000189b04994bd50d27d9ba061c427a601648d0386f41a72ef 1,845 0.99/1.00 vMB 148
465,389 465,389 000000000000000000e5c3ca5af55e45964b7773306668e48eee05e28431d195 1,349 1.00/1.00 vMB 153
465,388 465,388 000000000000000000735b25292f86312557ab25fd5df9510d66f04f53486667 1,444 1.00/1.00 vMB 176
465,387 465,387 000000000000000001e862268ed949d0822a3f615506866a82f386c8677f525b 435 0.14/1.00 vMB 276
465,386 465,386 000000000000000000225088d13c4b8340938576424e78c76347d567e06b0faa 393 1.00/1.00 vMB 172
465,385 465,385 0000000000000000017868fbccbf8f8ab5d5373785a6393dc6c0818f5f4ae3b6 1,204 1.00/1.00 vMB 174
465,384 465,384 000000000000000001d9dbb073725a650f50206b2a6a6aad72d76f9b5a7599da 1,631 1.00/1.00 vMB 218
465,383 465,383 000000000000000000a4c2dd39539af6012ea2f3030fe62fe144e674f5b842aa 2,007 1.00/1.00 vMB 242
Previous 10 blocks ↓
Total Size: 782.95 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: 715.21 GB
    • Received: 17.67 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.