Loading Tool

Explorer IconExplorer

Memory Pool

74,084 transactions
20.17 vMB
0.05007459 BTC
Random Selection Loading Transactions
Max Size: 135.70/200 MB

Candidate Block

Mining Attempt 51387b468253453abceef895c58a16543d8483b950fc18ab4f52787ea5f5f879
Version 20000000
Previous Block 000000000000000000017ebf1c136d095b44adf38dec8295d6ef2bee137a6e6d
Merkle Root f41d99736ce7cd2f60cb32119f384c386632bc45b2cd711fbc001cc28aac323b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,242
Size: 1.00 vMB
Total Fees: 0.00614889 BTC
Feerates: 38.03 > 0.62 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,993 (838,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
77,507 77,507 00000000003fddb797c20dbea0bab4707b403e00f6e26ca99e3c24f2e4ee8c7d 3 0.00/1.00 vMB 0
77,506 77,506 00000000003908e6a3428fd38f33403a95ff3054ff4170b30bb04c1d67703c31 2 0.00/1.00 vMB 0
77,505 77,505 00000000002939b4a7442a22707df2be683042689f86d1f30ebaf63a79b97492 1 0.00/1.00 vMB 0
77,504 77,504 00000000004582246e63ff7e0760c6f009e5ef5ce1eb5397be6f3eb9d698bda5 44 0.01/1.00 vMB 0
77,503 77,503 00000000000447829abff59b3208a08ff28b3eb184b1298929abe6dd65c3578a 6 0.00/1.00 vMB 0
77,502 77,502 00000000005133b58e914f86e83231ac2e6fca6a01739c36d170978288c6eea4 1 0.00/1.00 vMB 0
77,501 77,501 0000000000309c4eb1e53bbb27d82dc52ea8592e94197a0aade2880982272c0e 3 0.00/1.00 vMB 0
77,500 77,500 000000000028549e3b5fd995b9b06ad4af411fe0fe40e65a8187b1c28ba282a1 1 0.00/1.00 vMB 0
77,499 77,499 00000000004147cba44c3768d9ccc7b56983fd2dbe6aa66d86768d87ec7bca5c 4 0.00/1.00 vMB 0
77,498 77,498 00000000004e59eec7edebe7618cc5a913727c958279798e117317f053d18c75 1 0.00/1.00 vMB 0
77,497 77,497 00000000005517cee377a9f2a6a3b5fcedeb41722d805a6865e5199d82c97567 1 0.00/1.00 vMB 0
77,496 77,496 00000000004660d78affc54b0f6daf5c39dbaceabbc1f3e36bdaddc266f0a821 1 0.00/1.00 vMB 0
77,495 77,495 00000000004ab6e420a50a657b52a91f2d76bff229d2c46db2358a8697d4d8d9 1 0.00/1.00 vMB 0
77,494 77,494 00000000003fa244dad560f6072b002eecd891234ba0688ee82b10e7517df3e1 1 0.00/1.00 vMB 0
77,493 77,493 00000000002337d9d5fb5dbf44da47768ab5d1b7dbf8da2dd792fb6782dbc16c 3 0.00/1.00 vMB 0
77,492 77,492 000000000045f9c259fa9badb0f953d5adabca54f58e410b4179a29fb6e2f58b 4 0.00/1.00 vMB 0
77,491 77,491 00000000000ebeded6e551c8cbcfbdbca3c586b7ca02b9af4db3a26cefab6db1 1 0.00/1.00 vMB 0
77,490 77,490 00000000004c9039d008c74653b9a802479ee38c2c49546e2a401ea053ba36b6 1 0.00/1.00 vMB 0
77,489 77,489 00000000002c09a1bf14e8fbece6647def27ab20196076af651e0c4fbc4c0e01 1 0.00/1.00 vMB 0
77,488 77,488 00000000001d82398d90668e235acc2402c162dbef1e22989d82f28a6e36d7b3 1 0.00/1.00 vMB 0
77,487 77,487 00000000000afd39a28cda320c16fd4a35244d83fdab14b4cba3e73e9166b212 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.11 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: 807.10 GB
    • Received: 23.17 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.