Loading Tool

Explorer IconExplorer

Memory Pool

80,775 transactions
30.42 vMB
0.08727849 BTC
Random Selection Loading Transactions
Max Size: 185.64/200 MB

Candidate Block

Mining Attempt 14a600a48382ae815e2e4c75854d3445600f8d6537c8fe18cedcb946364b8407
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root a4af763a204e6ecd2ef238086d8626f1034b5ee5e84f1c967a4ad12ea1a36de9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,736
Size: 1.00 vMB
Total Fees: 0.01918500 BTC
Feerates: 402.75 > 1.92 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (380,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
534,509 534,509 0000000000000000001aa470ecc9c47a3ced759f2269d3d6d6bb634b248bbe8f 609 0.29/1.00 vMB 21
534,508 534,508 000000000000000000168e4dee8ad8a03269ff1d4e3ded9f067a1fa105c41a68 1,863 0.84/1.00 vMB 37
534,507 534,507 00000000000000000024f72bdbb82b19d9b59dc31ad003e10091c50d7f871ec4 1,157 0.53/1.00 vMB 10
534,506 534,506 0000000000000000002552677cd618a6f4812212b2c82cba6754a355efb17d50 2,530 1.00/1.00 vMB 31
534,505 534,505 0000000000000000000de2451bb3da4fdd67c17e15d5560c18809f50f8db9409 1,501 0.65/1.00 vMB 20
534,504 534,504 0000000000000000001507ef9d8727d5fdc46961584aadeba1188edb2359f62a 897 0.34/1.00 vMB 21
534,503 534,503 000000000000000000164fcb21597439617554cce11329f5a646fc98e819d87f 1,467 0.80/1.00 vMB 7
534,502 534,502 000000000000000000077a9478f7eed076b636b0d42182a49e525f807bf11853 2,576 1.00/1.00 vMB 16
534,501 534,501 00000000000000000021f4a496e8d7a3e8a88c8abb443d8740ee0d544b4dae0e 2,425 1.00/1.00 vMB 17
534,500 534,500 0000000000000000002b6c25a04a86ebe1460c4ea28f4761cde5f7561bf5cd2a 2,222 0.97/1.00 vMB 25
534,499 534,499 0000000000000000002ed2bfabc30d8b5a08b5066a9fc5fe72e8c6e26d4d2a06 1,037 0.37/1.00 vMB 29
534,498 534,498 00000000000000000019e3d4111a2f085875c43c879b17c930109d0dfa06682b 2,512 1.00/1.00 vMB 16
534,497 534,497 0000000000000000000f5dd6ecd9053c411458648e98186b1aa4124306f6da3d 2,968 1.00/1.00 vMB 12
534,496 534,496 0000000000000000002ba2de34822f8eaff95efdfa42ae8579c3739f5b4ead52 2,476 1.00/1.00 vMB 40
534,495 534,495 00000000000000000020d0dae5f8c058509d27e6fff199162fd55927b28d8f08 1,893 0.91/1.00 vMB 11
534,494 534,494 0000000000000000000340479240dcd92fb5db3408cb35b6dc83968d4f960f1c 2,428 1.00/1.00 vMB 44
534,493 534,493 000000000000000000273cca36ed63487824c1746ad21c593305a07e3504634f 1,422 0.56/1.00 vMB 36
534,492 534,492 00000000000000000007d9512b5a2fd05624ec1eae2a1e5a5ca4f8d805b31f7a 287 0.13/1.00 vMB 18
534,491 534,491 00000000000000000029ddd95b5fa984bf8e80284542b149d828c12eae5ea368 1,419 0.70/1.00 vMB 14
534,490 534,490 00000000000000000014fc0e808ec349cebd2213535bd628ef31b383707bf747 2,633 0.98/1.00 vMB 27
534,489 534,489 0000000000000000000eb1059fe5cea473de05d81a3ce6a739ed45ca4c8788d3 514 0.20/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 783.00 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: 718.59 GB
    • Received: 17.92 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.