Loading Tool

Explorer IconExplorer

Memory Pool

89,116 transactions
33.08 vMB
0.20349543 BTC
Random Selection Loading Transactions
Max Size: 199.71/200 MB

Candidate Block

Mining Attempt 802e6e5c99db3f8aee7abc29fecaa7f426d0c2656f2584e72e80da4ba6e5b732
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 2b187ca5472ada98b6e9f06c45e2c07eb857ba0fb67718203a69df7fd4536162
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,867
Size: 1.00 vMB
Total Fees: 0.09047178 BTC
Feerates: 387.56 > 9.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (511,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
403,676 403,676 00000000000000000560bd5859dd1236e7bbece2c7472968718794efcf471e1e 1,009 0.49/1.00 vMB 40
403,675 403,675 000000000000000004ecc9dd56b21a2bb63aaca77e1a8cc8bbbd4d3d0394939d 1,368 0.77/1.00 vMB 38
403,674 403,674 000000000000000001703f8b63323eda6226bf5ab649f5646f86e158d5c5df88 2,671 0.99/1.00 vMB 52
403,673 403,673 000000000000000005b4fe7ae23bbccc43987a23ad46fa54495f5999c3b40067 1,427 1.00/1.00 vMB 27
403,672 403,672 00000000000000000060091d79eb38c7b40931079a8144a583d6c7fa8f0153d0 2,657 1.00/1.00 vMB 55
403,671 403,671 0000000000000000026bcb35d04c7049519a3ba58d1572c124d8824d6c2fc2de 406 0.21/1.00 vMB 42
403,670 403,670 000000000000000001603fb9c2f46817785c5ea50a81edac8edb4871eba4d83e 540 0.20/1.00 vMB 52
403,669 403,669 0000000000000000041ded322d0da45902886d93414391e1d6a11e156058e25b 1,084 0.99/1.00 vMB 22
403,668 403,668 0000000000000000065e308d47b6ce7f6e594b10d5a570da152acc592a216fcb 1,527 0.93/1.00 vMB 28
403,667 403,667 0000000000000000044097b02685a6a62badea93bfe34613c7ac9a32ee0f6ac6 2,628 0.99/1.00 vMB 91
403,666 403,666 0000000000000000010836884328325c8e9ced7ef9e4512aa9f928bcc8848d38 733 1.00/1.00 vMB 15
403,665 403,665 00000000000000000333e17c91c22901e0f40dec894632129974dd7a0be31a50 398 0.19/1.00 vMB 43
403,664 403,664 0000000000000000036082d5d46a0c54ce95f53f84ee261a1f08c8d859f28f4d 798 0.93/1.00 vMB 22
403,663 403,663 000000000000000001f7f5585f6995ccb1d9c7f3cf281e019cecf6ea829c103a 1,397 1.00/1.00 vMB 21
403,662 403,662 0000000000000000064f5b121658df5440f7c2e9788ca11c22e272bf85a1a26d 1,823 0.92/1.00 vMB 32
403,661 403,661 0000000000000000046adc55e8c1dd0df08f487d8ea69af256c766b7cc56a316 2,680 1.00/1.00 vMB 76
403,660 403,660 00000000000000000069ad7745b40e1462ddd1022616ecd6065324a44728c0ab 1,850 1.00/1.00 vMB 38
403,659 403,659 0000000000000000041060fbd5644ce7dc95cc7813f838520e74f7df42b4f34e 793 1.00/1.00 vMB 12
403,658 403,658 0000000000000000053936b5673df19d411824843b20e584a3aa54ea0d29eb0d 1,496 1.00/1.00 vMB 25
403,657 403,657 000000000000000005d2a6fa28769d0846132f0e9356f765cf1f8cfc35d3acd9 1 0.00/1.00 vMB 0
403,656 403,656 000000000000000004daeb77c855398080711e6649fd302e2c4a2e59d17afe39 2,192 0.93/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.31 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: 660.19 GB
    • Received: 14.62 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.