Loading Tool

Explorer IconExplorer

Memory Pool

76,540 transactions
29.83 vMB
0.09046562 BTC
Random Selection Loading Transactions
Max Size: 174.63/200 MB

Candidate Block

Mining Attempt 5fa2a9ea90e84c1094101f03f492a17643d1a19554fca2288dd860aeaf395771
Version 20000000
Previous Block 000000000000000000000bcdda90aad21da2c4fb6d5c8b9804ee1aa0df340738
Merkle Root 3a5d9e52672dd593f781ae1a7807726c5295b9a573dcfc59f74d78a49d4b7c8f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,727
Size: 1.00 vMB
Total Fees: 0.02450828 BTC
Feerates: 201.50 > 2.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,057 (497,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,300 417,300 000000000000000000d00911c00d26abb641d6366082522f5562f715cde92d53 1,673 1.00/1.00 vMB 42
417,299 417,299 0000000000000000040f6198f4b636ffc10939660e8890e1868c91abebd9355c 1,773 1.00/1.00 vMB 58
417,298 417,298 000000000000000004c70c78447985a27600d9f8e7a4ded0e58c71f1c2b76aa2 2,028 1.00/1.00 vMB 83
417,297 417,297 000000000000000004f67351c6c206a3352089191bc8d84451d2d5067f2f8a56 1,689 1.00/1.00 vMB 49
417,296 417,296 0000000000000000014bff53a4290da350a063c0711d43f3e772d7beb730f265 1,248 0.93/1.00 vMB 39
417,295 417,295 0000000000000000038187ff73d8eddf2ef6e5815f55ed1c631efec52bd284a9 2,114 1.00/1.00 vMB 86
417,294 417,294 000000000000000004dc130e27a419828283d5ae70d2da74ebdd95ba432fcc5d 1,543 1.00/1.00 vMB 44
417,293 417,293 000000000000000001fe60dcabcd43f5418c6f3e23d87e0e5b4a6d818fa9f71e 1,495 1.00/1.00 vMB 56
417,292 417,292 0000000000000000039387bb611acda468f9c96f520588136d5bb45d8e95995f 1,605 1.00/1.00 vMB 67
417,291 417,291 000000000000000001c1c0f8361dceea77263406ab207a7c2d17ef1c2dba036e 1,182 1.00/1.00 vMB 36
417,290 417,290 000000000000000000e05baf6f8bbfab79b4abfa0c21969941726214b3e44cbe 1,749 1.00/1.00 vMB 60
417,289 417,289 00000000000000000150f46ac9c80bc47b7a881e98f57817785cbb99cad06b5f 2,236 1.00/1.00 vMB 86
417,288 417,288 000000000000000004a6210e11892536d302b072da80a75e61c2bea9d4322852 1,475 1.00/1.00 vMB 51
417,287 417,287 00000000000000000016f6107be84c57477a0a37234d3db5871e832e662b8a83 2,235 1.00/1.00 vMB 91
417,286 417,286 000000000000000000336414c17b5ddd9c879abb87afc0be092277c3b8bae261 2,103 1.00/1.00 vMB 70
417,285 417,285 00000000000000000037e1c2eeab9d9d3647058f1a88db6dc265749ca2179412 1,777 1.00/1.00 vMB 49
417,284 417,284 000000000000000004d009485b841a106e648889c0b4727ce78c9b6259cd8b5c 2,315 0.93/1.00 vMB 65
417,283 417,283 0000000000000000010f82f75130a034b4553b78c05fa8e7f8ece95451b8bf2a 563 0.29/1.00 vMB 60
417,282 417,282 0000000000000000049ca425f8811ac6548c881708ea5d411508b91c1d17d430 1,335 1.00/1.00 vMB 45
417,281 417,281 000000000000000005692b149db7df48b7f57737660c20f92858febeb34a4089 771 1.00/1.00 vMB 21
417,280 417,280 0000000000000000006914db74fedba78a2b78e555a92e0b67d467f992195d5e 469 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.49 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: 668.27 GB
    • Received: 15.46 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.