Loading Tool

Explorer IconExplorer

Memory Pool

48,893 transactions
22.97 vMB
0.05534591 BTC
Random Selection Loading Transactions
Max Size: 128.81/200 MB

Candidate Block

Mining Attempt 10f5354a88da8e9174d3a28704c385fd11f529d33ae728c569f30f8f689b600c
Version 20000000
Previous Block 00000000000000000000215a4e259c1bd18c56b8609e33182ebd84749fe7028e
Merkle Root a68216bf066c19fd4a9ff6c0c79cc8d1e10be54be8c3b11791db9c2323d01f19
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,920
Size: 1.00 vMB
Total Fees: 0.00761106 BTC
Feerates: 78.54 > 0.76 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,001 (845,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
68,447 68,447 00000000009d9a7eb2fde94349ae9935a57aba680e968b54435d1ab1b20c8de2 10 0.00/1.00 vMB 0
68,446 68,446 00000000029e9f63a1dcea4ce6cafdc731436c39cc8b73463adb6c1ecf7dce6a 2 0.00/1.00 vMB 0
68,445 68,445 00000000005f3dc508fe9a5ef55e54d0de8f83a2f232cfe586c62c8d887e5062 5 0.00/1.00 vMB 0
68,444 68,444 0000000004b3a5de21829edaaea835c49e7da4f39b60254a4a536baa96df066e 3 0.00/1.00 vMB 0
68,443 68,443 00000000050433b867f4309464e535246d2bdc1fae86b699d17a86b361eb598e 1 0.00/1.00 vMB 0
68,442 68,442 0000000003ef098c8955baf334f32487ad9bf84a90e9eb1838682de6a79c35e7 10 0.00/1.00 vMB 0
68,441 68,441 00000000016f51c27a9dae3477da48845b0d5b59feb45ba41d193ecf06d08960 2 0.00/1.00 vMB 0
68,440 68,440 000000000051768fc83f56596142bf6772c5e55e236c57c5b1421c89bd9c191e 1 0.00/1.00 vMB 0
68,439 68,439 000000000005156d9a0bb21407987509652f57176216fef84024617729bf2797 1 0.00/1.00 vMB 0
68,438 68,438 000000000119120cd3e9ddc45c196d0d6228fe855847308d134c6a91f2c51569 6 0.00/1.00 vMB 0
68,437 68,437 000000000495b6d5587f0090c724d9177aaa2772b4850502f310bab931414ffe 4 0.00/1.00 vMB 0
68,436 68,436 0000000004ba6476cfe13bb69a669d55757b6c3b216935ff34ab292967bff9bd 1 0.00/1.00 vMB 0
68,435 68,435 000000000448c22a2a050239d580c27e4d815d885a25e53eb67a6c30666436d1 3 0.00/1.00 vMB 0
68,434 68,434 0000000001397d9a496cc565b0f4b331376f9e47bb4a9a34fdddd1457df88ae8 1 0.00/1.00 vMB 0
68,433 68,433 0000000001c77b9738d5a4d4c37ee9d3c69db551077c1b2c328232c529f53ad2 1 0.00/1.00 vMB 0
68,432 68,432 0000000001f8e758fb29aed88721a8f4fa1af31d6bcec72e017cf0779fb04062 1 0.00/1.00 vMB 0
68,431 68,431 0000000002eedd5fc8b20e06fc3f5e5864c55e15c04320c35fb2064f77131df0 1 0.00/1.00 vMB 0
68,430 68,430 0000000000c901bff3d401acdf90c93e8b33756e57449186081f7248e32b2dcd 2 0.00/1.00 vMB 0
68,429 68,429 0000000000bd8ac866081e3ff03bf48af48b0d42caf52d74f96436e6a219028c 3 0.00/1.00 vMB 0
68,428 68,428 000000000149dfcbf4af859883bb94356f517fb55cfe3d2d2ed129d0ad90a7c0 1 0.00/1.00 vMB 0
68,427 68,427 0000000004ac22f1661c53bf0ae4ce56d6748b043c89d99ebdf2b7818d09ccaa 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.60 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: 542.97 GB
    • Received: 6.27 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.