Loading Tool

Explorer IconExplorer

Memory Pool

79,273 transactions
29.32 vMB
0.07271134 BTC
Random Selection Loading Transactions
Max Size: 175.95/200 MB

Candidate Block

Mining Attempt 19ee8a53c10d774a22ec912d8691087b7a24d6751f9054cfc9c6678d146264c2
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root af30776cc1cd71d60a344e6e69066c268cce9578137134c42843098fc32e1e86
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,402
Size: 1.00 vMB
Total Fees: 0.01308753 BTC
Feerates: 170.94 > 1.31 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (237,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,500 677,500 0000000000000000000780df177d4b3904923d9ac96ca0cae52dce605470189c 2,746 1.00/1.00 vMB 75
677,499 677,499 00000000000000000001d94c6c45a2a710ffecb05dfdba910edb5d49ea5ff98c 3,613 1.00/1.00 vMB 74
677,498 677,498 0000000000000000000490c1801a030817e56254a83f52ccf1868293d0b6bda4 1,493 1.00/1.00 vMB 80
677,497 677,497 0000000000000000000559dbf9d14ac3106c3fa5c8c83cf30b62df437255e7f8 2,016 1.00/1.00 vMB 87
677,496 677,496 00000000000000000008e54aa31e01e1986b52c751960f92796bd9cccf93a204 2,558 1.00/1.00 vMB 81
677,495 677,495 0000000000000000000204bd524956ec2b4e06a7be7f08df84efae547a2329cd 761 1.00/1.00 vMB 82
677,494 677,494 00000000000000000001ef5633d9ea0a2fa3f87f0b3a6d7fb8003d43d8aebf24 1,795 1.00/1.00 vMB 82
677,493 677,493 0000000000000000000947c45d7b3a1b93e63e52b135a37602398e59d3593114 3,002 1.00/1.00 vMB 98
677,492 677,492 0000000000000000000b6e3cdef0f22424f5050753c3158c137787dd9d5c7a35 2,700 1.00/1.00 vMB 96
677,491 677,491 00000000000000000000ef99ea88f49f98129c05ef65aef04a4105bd0187b95b 2,751 1.00/1.00 vMB 78
677,490 677,490 0000000000000000000b8590ac8ef5567c5cc5e7eb43984f23a3b60ffea854a7 2,650 1.00/1.00 vMB 89
677,489 677,489 00000000000000000000011ae830e19b1d3c1c7dc73260a5e097120eaab23ed4 2,456 1.00/1.00 vMB 81
677,488 677,488 00000000000000000007c27ab69aaf57313f69afc992077faa2023d9bb92f458 2,675 1.00/1.00 vMB 90
677,487 677,487 0000000000000000000a82abd8de7154563caaa537ebcca145334c24c6403a7b 2,889 1.00/1.00 vMB 101
677,486 677,486 000000000000000000099bdc7e28971fb7c3469ba5393f66168a777c29f7ec45 2,907 1.00/1.00 vMB 82
677,485 677,485 00000000000000000003fb14d6518ebfbf6365ee0aadf09cacc3f11cf6fed6d4 702 1.00/1.00 vMB 79
677,484 677,484 0000000000000000000818a2f9a9e9dd4354d569d0a2a8be20a0a47204f13c3f 1,499 1.00/1.00 vMB 85
677,483 677,483 000000000000000000012c71ab36145d7ee19503cc29c5088f3610af4d55c1b4 2,539 1.00/1.00 vMB 95
677,482 677,482 000000000000000000050983d1b208d608a6105e3053f933aa0a38e9ae1722a3 2,343 1.00/1.00 vMB 84
677,481 677,481 000000000000000000077431dad81ef3e04ebcf4464c719b96da266bba3e7d6c 2,935 1.00/1.00 vMB 100
677,480 677,480 00000000000000000008826fc6d28eabb98118e13b03f1f57e7e6a6e649d5093 2,700 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.