Loading Tool

Explorer IconExplorer

Memory Pool

41,392 transactions
30.30 vMB
0.06681986 BTC
Random Selection Loading Transactions
Max Size: 153.57/200 MB

Candidate Block

Mining Attempt cf588582b555474be3cfdcd943663f17bdd2bb5b746fa3e024a98ce769607831
Version 20000000
Previous Block 000000000000000000006714c3d7dc50e84391981f67170adb5c2d01c46a6280
Merkle Root 90cfa4683c6845afc7642ba6cb757e29d947585983b2ca366cebc3f8d8d4c7df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,779
Size: 1.00 vMB
Total Fees: 0.00625993 BTC
Feerates: 40.21 > 0.63 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,465 (800,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,449 114,449 000000000000668bb6a088f6ec208edb71336c9c33735ecb5ea8a812f30350e6 12 0.00/1.00 vMB 1,694
114,448 114,448 0000000000005eb60fe271e027a07d7ce745a94d0abb5af434573255b0e2f6ed 1 0.00/1.00 vMB 0
114,447 114,447 000000000000c4069849f6ae4c3fe7042fc7002db36ac85b6624055ba1201c44 6 0.00/1.00 vMB 3,866
114,446 114,446 0000000000005600dceffb04444c8020099e1d9b541078679817db3f11025bd7 21 0.01/1.00 vMB 1,978
114,445 114,445 000000000000a52b0b53709475dde974f8e8c2ddbed1e27f8dfae92570147540 51 0.01/1.00 vMB 1,232
114,444 114,444 000000000000ac6e9cd3f49efb539a44322030cf978ecc91e144b08f4006e089 3 0.00/1.00 vMB 3,861
114,443 114,443 00000000000082c1f1f996add861794f9331b85e0235e0085d7d9a21130fa846 26 0.01/1.00 vMB 1,902
114,442 114,442 000000000000c76f47e0715c7ec4cf0e16b7ac2fae068b47e34a945a2ae7a4e1 13 0.00/1.00 vMB 1,207
114,441 114,441 0000000000003d84ab699069b655bcbf874d3a5ea7062ba667791e79ce34c986 22 0.01/1.00 vMB 3,876
114,440 114,440 000000000000c464ee9ca0bacc839e1d15de60ad31ed5d1ee8e1509267cdb666 80 0.03/1.00 vMB 1,728
114,439 114,439 0000000000008fd1ac2549c0cff5940d286994a4f15ad894802f925d7565ffdd 16 0.00/1.00 vMB 3,915
114,438 114,438 000000000000c52a7740b8d2a05afd7eee3a622202ae3c93b47df6fc56d2be1d 49 0.02/1.00 vMB 925
114,437 114,437 000000000000aa792b161759e8a6c06eacf42dc699405eb3046d87dbcfe35ae2 12 0.00/1.00 vMB 638
114,436 114,436 0000000000000839e3eb0fcd65b5100131582b181f2eb93e297db56b3d7469ef 26 0.01/1.00 vMB 2,521
114,435 114,435 0000000000000d30419011ef04fb1fce459ee7c61fee1ebe6a735d357439754f 45 0.01/1.00 vMB 1,447
114,434 114,434 000000000000040ad7f4959b153fed7951b8464ff92fb26db405160d74dff898 1 0.00/1.00 vMB 0
114,433 114,433 000000000000c8c9aa7d035db112d361116d04c7c534e08a8403ff8831ca178b 12 0.00/1.00 vMB 2,191
114,432 114,432 000000000000a1b544d3fa598080c05948fbbfda24784a6da948bb704c068789 13 0.00/1.00 vMB 0
114,431 114,431 000000000000ace347366fad615ee2bb1eaeb101b1a8d81ee772473f6040035a 10 0.00/1.00 vMB 336
114,430 114,430 000000000000d804e48e71f6970f3c5dd836aabe38ebfdf5f89de37eacc77714 5 0.00/1.00 vMB 0
114,429 114,429 000000000000104ea0c02922caf18a539684690286d320e0bf45c911e652cd29 15 0.00/1.00 vMB 1,848
Previous 10 blocks ↓
Total Size: 781.43 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: 610.01 GB
    • Received: 10.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.