Loading Tool

Explorer IconExplorer

Memory Pool

4,280 transactions
2.64 vMB
0.00593644 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 13.79/200 MB

Candidate Block

Mining Attempt 12ee6149d4a7bd6ccbc2efaf37462b248832e46abc251f6383ec8eab9a022e65
Version 20000000
Previous Block 00000000000000000001b909e86339908e0ab363998559f237af05acef681dbe
Merkle Root 9703deaac06de33caad26d1d47f820780ee12d3a0b7b12bf94a1cd6c31660a54
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,825
Size: 1.00 vMB
Total Fees: 0.00421200 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,494 (720,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
193,306 193,306 00000000000003cc6618a08dcbf4d46ccaa92ebce71adc423e61a72de02c3229 1 0.00 vMB 0
193,305 193,305 00000000000007125877e105372fd4aa5d33f2050fc2e5ca66bd2bff288a1516 113 0.05 vMB 332
193,304 193,304 00000000000000f4c2e09fcefb61daa233275430eba6e864db5b6592b0757e91 169 0.06 vMB 63
193,303 193,303 00000000000003a995787ec794aa15c311ab287568ee664b0fb00fe50ee32e7b 64 0.05 vMB 80
193,302 193,302 00000000000000c81d1a772b80698da9905e22b71a3d39c4722493798f2e8b24 545 0.22 vMB 145
193,301 193,301 000000000000078275b9a97c6f51cb567afd355bd3e52c93d173f2f0e99ad1c4 18 0.01 vMB 117
193,300 193,300 000000000000008b9ca2182c7bcebed8219c0f608a8c6021d10341c5ed440f03 44 0.01 vMB 141
193,299 193,299 0000000000000719bd6e23c3bec436afc987fd3d49a1c5ab5f788d88c49b5c98 656 0.25 vMB 150
193,298 193,298 0000000000000609f0631f6a6038b5cde1e0052d4c9db6b2662ca04c66a57504 206 0.06 vMB 97
193,297 193,297 00000000000000c92f78e01256ce2402c2daf3c9a687a9bb07e217d6cfb154b2 1 0.00 vMB 0
193,296 193,296 00000000000006cd2588ad78ec420215aeeb96c730b4f2d6140862242071a8d1 102 0.05 vMB 167
193,295 193,295 00000000000002689698cdae76f1c48fdfeda07cf4b9050986c66f00c2e71d22 126 0.05 vMB 131
193,294 193,294 00000000000006803a2d2c0cf7dd747463f1b7d5b586c193cb08a97c5288d09c 98 0.05 vMB 1,924
193,293 193,293 00000000000006987298b820153f90be72f49c9d0b2d7f661c551c808ce9afba 441 0.19 vMB 298
193,292 193,292 000000000000031ea94742851989d44b518aa57e12940592695e119c0e4ad083 4 0.00 vMB 31
193,291 193,291 000000000000010a972158897dae81287e454655fb083cfa88d25855d8ebb3ba 123 0.05 vMB 273
193,290 193,290 00000000000003f95ac9b9b6ba4b7bcf653c154d4bbb6701b52716d4e33b0a9c 256 0.11 vMB 111
193,289 193,289 00000000000002a7ecdb3a4496704170c2ce8206ada54670d1842b616853f43f 125 0.05 vMB 113
193,288 193,288 000000000000070b443acfade6fa6944f3e94791d48d5c517de39c83b1c4d4f2 391 0.13 vMB 156
193,287 193,287 000000000000022eeace3367cabdc0253a9aaf6659387e8c55235cffc5991f3a 77 0.04 vMB 175
193,286 193,286 00000000000002d6ef57409c763554bd90cfb1fd47eca44850a0de1c31e20ef3 10 0.00 vMB 149
Previous 10 blocks ↓
Total Size: 779.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: 364.53 GB
    • Received: 1.75 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.