Loading Tool

Explorer IconExplorer

Memory Pool

85,406 transactions
31.86 vMB
0.20509795 BTC
Random Selection Loading Transactions
Max Size: 190.57/200 MB

Candidate Block

Mining Attempt 763f86565a8133a298f662f9c74744136e5b95a411ac1e8c7bc7c6e1a32b4aea
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root cdad3858b2c1bb3b7ca13603fcdc183e6bb6dc69bd03537e2e58407fb792bdcd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,984
Size: 1.00 vMB
Total Fees: 0.09295274 BTC
Feerates: 529.10 > 9.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (343,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,496 571,496 0000000000000000000aa419f56655941d907edec237f66976fab617026cddee 2,830 1.00/1.00 vMB 16
571,495 571,495 0000000000000000000c40b01c4a6544442d432389b2eaace3fd8e6d49207552 3,078 1.00/1.00 vMB 92
571,494 571,494 0000000000000000000034e588ab469b43d95a96afaf7f4e2cbbc448e674a186 3,063 1.00/1.00 vMB 20
571,493 571,493 00000000000000000006cb0648f24525d42a1fbb819fae56c415ef92a200aa2b 2,971 1.00/1.00 vMB 61
571,492 571,492 0000000000000000001e7e3db566e37ce8763aa806c38d0726afde4a66f54d1c 3,010 1.00/1.00 vMB 100
571,491 571,491 00000000000000000017f15254acca39a0e462cd3ee853530e429615bf24d60f 2,520 1.00/1.00 vMB 16
571,490 571,490 0000000000000000000d8a93e7ac205a8a0865e01c3c229cbdfb901d28ba583c 2,856 1.00/1.00 vMB 25
571,489 571,489 0000000000000000001df20f6175d55335640a357416b6be5509d846e7b6cb48 3,138 1.00/1.00 vMB 30
571,488 571,488 00000000000000000013cbc4f8692929e86e71ccb19a424ae97553599bb30a09 2,977 1.00/1.00 vMB 108
571,487 571,487 0000000000000000001769d88b5b301e76f8ff8cf495d29fb5ec87a194002d2e 3,306 1.00/1.00 vMB 37
571,486 571,486 0000000000000000001c6600df730f1725dde2404ea4e13356b6d59586bd0a63 2,885 1.00/1.00 vMB 39
571,485 571,485 00000000000000000026d32ccb097afca01599ed45d59ebef0bb4154f9a82a01 2,293 1.00/1.00 vMB 102
571,484 571,484 000000000000000000103022e5560649a21cd2a5a1aeece7259a75a2c9c88531 2,961 1.00/1.00 vMB 32
571,483 571,483 000000000000000000011842fb8b7780f97bee964f8026a4d12a05683e8524e4 2,948 1.00/1.00 vMB 47
571,482 571,482 000000000000000000262bdd42ac26aea06f532972dc5c66bb988117e56db344 2,905 1.00/1.00 vMB 22
571,481 571,481 000000000000000000081b98c0308410c90eaf8d2b1dbd463206566531e1bba6 2,843 1.00/1.00 vMB 15
571,480 571,480 0000000000000000000b92ccbcf33dd2d8da497eb827efc3cb8439127cfb0c10 2,905 1.00/1.00 vMB 62
571,479 571,479 000000000000000000036e0418877e29559ce7c07d83296a358bb8a4fdde862c 2,991 1.00/1.00 vMB 55
571,478 571,478 000000000000000000211a65a72a8ef3d33b4f0d7ef2599db3f0520c1b3cbbe8 2,797 1.00/1.00 vMB 29
571,477 571,477 00000000000000000007136a3c62a69aee623d497d170b06ca2b546ee3e4e20d 2,734 1.00/1.00 vMB 57
571,476 571,476 0000000000000000000816e7bd864cf7aa97d4ea6a45e84a75e1b84317c7cd7f 3,006 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.