Loading Tool

Explorer IconExplorer

Memory Pool

79,759 transactions
30.39 vMB
0.07054853 BTC
Random Selection Loading Transactions
Max Size: 184.83/200 MB

Candidate Block

Mining Attempt a06df013dbf2c339e2c521768494de413b72d22687a36cc38d43cfcbb625ff37
Version 20000000
Previous Block 000000000000000000013056a9caa15cd1e34c038e1bb47f9d61c37f2e670056
Merkle Root d24028722808198335b8815668b77cdc778adc20efaf6104126b11c0b82249b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,117
Size: 1.00 vMB
Total Fees: 0.00563925 BTC
Feerates: 60.03 > 0.57 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,196 (467,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,422 447,422 0000000000000000029de9504b32ea076fe27763db27776b5fbf0609ea3ca1b3 2,785 1.00/1.00 vMB 118
447,421 447,421 000000000000000002d0fcdf0c534ad3c70e6c1bd49a89cfa12af1adc8253f3c 2,129 0.99/1.00 vMB 64
447,420 447,420 0000000000000000010476c75d6a26bb7830502358af0e6838c87c0ae673f9c1 1,391 1.00/1.00 vMB 60
447,419 447,419 000000000000000000c0c3b7f5ed7d26014744bc8983cb2e9f4307fe571d08f6 1,396 0.91/1.00 vMB 66
447,418 447,418 00000000000000000329e71844102c2b46c9f17e2aab32cc7362d924b5ee0491 2,409 1.00/1.00 vMB 83
447,417 447,417 0000000000000000027acbfce2410ece63804ee613a0e7ec23a684bde57f8563 2,123 1.00/1.00 vMB 104
447,416 447,416 00000000000000000276b1b1f17493c79869ccc1d307112842152da4bc2a4350 1,279 1.00/1.00 vMB 75
447,415 447,415 00000000000000000116fb5d5496334221a1daf456ebdcc2db0a5e19040781f2 2,652 1.00/1.00 vMB 71
447,414 447,414 000000000000000000c59d78502b6f74a2ed4c81dab2ea0a46794ea35a3bd890 2,414 0.99/1.00 vMB 92
447,413 447,413 0000000000000000030fc4ef932181747835ffc40f4611126662e68689b29e0f 1,723 1.00/1.00 vMB 83
447,412 447,412 000000000000000001e639fd1531ff857b3c64b2cc29286abf445b3be889f7d7 3,166 1.00/1.00 vMB 66
447,411 447,411 0000000000000000035c259daa4b045e1b929a721dea9837dc4c2fbea4b503ad 2,217 1.00/1.00 vMB 73
447,410 447,410 00000000000000000139da5b4c83a027c8608a09029f014ed2e556098e5cae70 1,911 1.00/1.00 vMB 84
447,409 447,409 000000000000000002fa8ce61f64a654e9cabdc1dbef59a09304aa01744effe5 2,132 1.00/1.00 vMB 97
447,408 447,408 0000000000000000028642d02fea936cd781b63dc9cb22f95fbbf7e5a9b38b92 2,289 1.00/1.00 vMB 117
447,407 447,407 00000000000000000134f2539273d1de471bc83951c7f8d675966bac3d23ed1c 2,291 1.00/1.00 vMB 87
447,406 447,406 0000000000000000037461ac5d65dcc95a15d622bcd1c60f64f3b9ae814ea937 2,003 1.00/1.00 vMB 139
447,405 447,405 0000000000000000011c0c7a0a00de5c8c93cd87d683121a2ad6686d92c44ac0 2,427 1.00/1.00 vMB 87
447,404 447,404 000000000000000002d28f5c9beaed7895f0b63aa4de8395947cc7a796ffca3d 2,414 1.00/1.00 vMB 117
447,403 447,403 000000000000000002a6a089a857a48b9c830f40672e06f2bd119070fa7a85f8 3,773 1.00/1.00 vMB 67
447,402 447,402 0000000000000000018624a16d670b5f3b61652f194014220e76dca82b805081 2,850 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.73 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: 707.69 GB
    • Received: 16.69 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.