Loading Tool

Explorer IconExplorer

Memory Pool

30,820 transactions
24.79 vMB
0.04752918 BTC
Random Selection Loading Transactions
Max Size: 123.95/200 MB

Candidate Block

Mining Attempt a5e28d59efa84ce046bffdf9bfcbbee664f22f408564008440f3958127db14e7
Version 20000000
Previous Block 000000000000000000018a7c9c67def46f0c877c4aaa1e2e54a892d9cd10acb4
Merkle Root b4927d57636770851f90fe99a9d5b585dd91cc7bbc5fbaa217bd9c6adc671cc0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,309
Size: 1.00 vMB
Total Fees: 0.00320949 BTC
Feerates: 12.04 > 0.32 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,690 (372,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
542,388 542,388 00000000000000000007b4fe8d0505532b3102b78e2365c17e7e6fe66dbce90e 1,077 1.00/1.00 vMB 36
542,387 542,387 000000000000000000252e376a2ab4cfdb387d3d57a361bb56d783591616b249 525 1.00/1.00 vMB 48
542,386 542,386 00000000000000000007a49caba173aadc295f5204f415dd662a06cd6a31f16a 349 0.50/1.00 vMB 51
542,385 542,385 00000000000000000021f0af18b6fe84df16ebc6ca3438f1700dde6defe87c67 653 1.00/1.00 vMB 69
542,384 542,384 00000000000000000007be296eb1ff4c57141771f35580ebd27c445414a15c20 2,632 1.00/1.00 vMB 23
542,383 542,383 0000000000000000001f1f5dbcaa1a890635ce2a8be5b1587ccdaddb39288b9c 2,283 1.00/1.00 vMB 14
542,382 542,382 0000000000000000002449afcb08fa3a76a1198a038632f0417d54c6ba767c83 1,854 1.00/1.00 vMB 40
542,381 542,381 0000000000000000001437d858b2c1dd5e45455473f101769ce8783e1e05016d 1 0.00/1.00 vMB 0
542,380 542,380 0000000000000000001bcc675d86cac68d0961e8cb90d2eec1a428efb7b31f9b 766 0.42/1.00 vMB 25
542,379 542,379 00000000000000000011647622a508bece6bf2b5010eb85d97591c913a342ac8 1,299 1.00/1.00 vMB 12
542,378 542,378 000000000000000000092663b5e7612fcbcc0774bc39023311eacf9fed4e901c 1,861 1.00/1.00 vMB 5
542,377 542,377 0000000000000000000ba8c4d4ccf950eb7f2d2bd87eb19fca83c4c19396f8b0 2,666 1.00/1.00 vMB 6
542,376 542,376 00000000000000000024a04cca0e0759e51989196017edb131f44b527e7e9053 2,944 1.00/1.00 vMB 15
542,375 542,375 00000000000000000012c92d999ceb70a1b03b6bfdff77632ea5b62119d6f954 2,203 0.82/1.00 vMB 30
542,374 542,374 00000000000000000024a4d6c8fa41932d182bca02433c76f6a28c2b8f08bae5 2,646 1.00/1.00 vMB 19
542,373 542,373 000000000000000000164fb78d6f76041d7425e4737c380e97b9059e197a4fd4 2,780 1.00/1.00 vMB 25
542,372 542,372 0000000000000000000459ceb8dc442d3f328da48de3bdc986533b752211fb3b 2,432 1.00/1.00 vMB 26
542,371 542,371 0000000000000000002265fef997534bdba97098ab7f4643a7960f2e54b0c65c 1,883 1.00/1.00 vMB 19
542,370 542,370 00000000000000000001c3be69abaa368a1001de0b8eaffeec4129d7fa7df66c 1,388 1.00/1.00 vMB 6
542,369 542,369 0000000000000000001ef9d93dccdd3042304416c2a9e65505354753c37de010 2,297 1.00/1.00 vMB 21
542,368 542,368 0000000000000000002497cea916329617a91b883b5b005d3d5693be54d84003 1,629 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 781.84 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: 637.60 GB
    • Received: 12.43 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.