Loading Tool

Explorer IconExplorer

Memory Pool

82,457 transactions
30.39 vMB
0.11837393 BTC
Random Selection Loading Transactions
Max Size: 183.92/200 MB

Candidate Block

Mining Attempt 63799d7f3f9c3c1a550bababddde8f0caf9f0068462a014b3bfd1001a21ed53c
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 4a7c7c7f62797783ccfa7f1a9f2ec9229013fbb2e451746aa0edfb05965fe64d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,129
Size: 1.00 vMB
Total Fees: 0.04007965 BTC
Feerates: 121.32 > 4.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (269,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,436 645,436 0000000000000000000513d27b2235966a5009a0ed7f2e599aa905618ef20d51 1,352 1.00/1.00 vMB 91
645,435 645,435 000000000000000000037e4f2d84defb0e4d03c78bb4c28fbc68b973c2497d93 2,872 1.00/1.00 vMB 85
645,434 645,434 0000000000000000000902131ce8dc1a637d858685b409a5e2a088b86634c118 2,448 1.00/1.00 vMB 102
645,433 645,433 00000000000000000007ee0b01d090dfc7b94be85922b0cbc6d06b2bf10b0160 2,855 1.00/1.00 vMB 93
645,432 645,432 0000000000000000000c477644d72579f13ba6fd30971df1aa6d1ff44b6baa9f 2,139 1.00/1.00 vMB 91
645,431 645,431 0000000000000000000a98f5d95438057e29e33a157f3b78378d6ccde25a9a28 2,748 1.00/1.00 vMB 111
645,430 645,430 00000000000000000006f5bf08bb14d06dccea01af0bc1bf367ef986ef2049d8 2,469 1.00/1.00 vMB 134
645,429 645,429 0000000000000000000318a13d59e95626d3b097ab2bc4aa636bfb14c9b0fb14 1,487 1.00/1.00 vMB 32
645,428 645,428 0000000000000000000517479ea84363ff39e299d586ebae217d428cad543875 1,484 1.00/1.00 vMB 20
645,427 645,427 00000000000000000004ef45028d8ac8143d537b99326a797f3f32ebf9c270c6 1,223 1.00/1.00 vMB 95
645,426 645,426 0000000000000000000de66ab28c1e1ea2eaa97beb76b99bc228f51baab4d883 1,711 1.00/1.00 vMB 29
645,425 645,425 00000000000000000005613b9acda337eed9fef4908345d5c34f176879f434b3 926 1.00/1.00 vMB 11
645,424 645,424 0000000000000000000f0ccf939edb6239fdfa0900baea06a94a91f16e8f4769 2,554 1.00/1.00 vMB 56
645,423 645,423 000000000000000000001cff1ec665b64a27a4410afabfafb30d79f217a8d9f7 2,525 1.00/1.00 vMB 37
645,422 645,422 0000000000000000000f8b02d2d2647b4892c6029108348d76902de83e754aeb 2,618 1.00/1.00 vMB 99
645,421 645,421 0000000000000000000054da87d5f77239b1bb344989d7f245131bcbe39330b9 1,289 1.00/1.00 vMB 26
645,420 645,420 000000000000000000057ec75b52171b17baedcfbdf1a2e98aefce587d399c25 2,065 1.00/1.00 vMB 28
645,419 645,419 0000000000000000000aab2b86c453af8df94825726e0d25c4931b31426b11fb 2,474 1.00/1.00 vMB 79
645,418 645,418 00000000000000000006f005eac25361aa4985776631b895639be35401887a3c 1,298 1.00/1.00 vMB 19
645,417 645,417 00000000000000000007b4eae36641461475b6576a6e4983543d7f57fbcd55e6 1,749 1.00/1.00 vMB 37
645,416 645,416 00000000000000000003861e1876e1c3641da14262450e4ad93cfc98d740271a 1,354 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 672.36 GB
    • Received: 16.21 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.