Loading Tool

Explorer IconExplorer

Memory Pool

74,976 transactions
27.65 vMB
0.07712010 BTC
Random Selection Loading Transactions
Max Size: 168.81/200 MB

Candidate Block

Mining Attempt 14c608a12de3c621f983c0842a4b7dcf2dcf67863770115b0be481a10adbd933
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root 1fe0abe375caf5c655aafaa9418d7795a2544fbe466b0a918272e63f86a672bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,198
Size: 1.00 vMB
Total Fees: 0.01810301 BTC
Feerates: 100.08 > 1.81 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (467,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,424 447,424 00000000000000000104bdde32e656ac85b1957b90d4f57f88792f8b570934a5 2,357 1.00/1.00 vMB 79
447,423 447,423 000000000000000002aafa6aa939b06f8a90383be6b9a3ba9fe9212201e2480e 2,861 1.00/1.00 vMB 111
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
Previous 10 blocks ↓
Total Size: 782.85 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: 712.49 GB
    • Received: 17.17 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.