Loading Tool

Explorer IconExplorer

Memory Pool

41,969 transactions
31.75 vMB
0.09418716 BTC
Random Selection Loading Transactions
Max Size: 159.25/200 MB

Candidate Block

Mining Attempt 4263249f4d009807cb7d79c64aa842040eb3eeb4e36db9885903489c10bc43dd
Version 20000000
Previous Block 00000000000000000000a7f094557a1c08216b2fd5b94073a11ff2864e9b9455
Merkle Root 77e46cc2cc4d3df0b63b9600e459d2bcf3c7aa51ba165db7635e5f01769d0ec3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,508
Size: 1.00 vMB
Total Fees: 0.02855834 BTC
Feerates: 401.97 > 2.86 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,565 (857,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
57,100 57,100 000000000175f963aeb163e182f7d2035dcb4f6add2e821edb61c2101375b901 1 0.00/1.00 vMB 0
57,099 57,099 0000000000f13722c07e6f024107f8777837f705b970eabbd758b84517defbc8 1 0.00/1.00 vMB 0
57,098 57,098 000000000f3f4ec9a04311e6ed8285b3ff4232353ede670a127b4e5e1c28ae92 1 0.00/1.00 vMB 0
57,097 57,097 000000000df59185e6ae6988d85600cc7e8397dc84fae1db2e507e6118743aba 1 0.00/1.00 vMB 0
57,096 57,096 000000000868c6b137829d57e9cf37ebf4b8bf275764789a71bbff458502694c 1 0.00/1.00 vMB 0
57,095 57,095 0000000009169117cde4c6fa65cd35f938f67358b7db28c9d7e820cd9c21e567 2 0.00/1.00 vMB 0
57,094 57,094 0000000007464ca7485d5f7714450c0dcabc21338ea9f35245d7577be6d62219 1 0.00/1.00 vMB 0
57,093 57,093 000000000cdb40e5a57c72f7da84187c9f2e320c575bfd49d9a7d3e5a570e3a8 1 0.00/1.00 vMB 0
57,092 57,092 000000000710fff3194223b8db2453ef5d7d21879ce7e13b4e88eff6ecd0cec0 1 0.00/1.00 vMB 0
57,091 57,091 00000000031d0e505cb147ee8fb1995017629bcf56ef215f062a7cafa0ca5459 2 0.00/1.00 vMB 0
57,090 57,090 000000000fbb7c429897da6b58481925c060ff6beea0951e2cbc009402794c4f 1 0.00/1.00 vMB 0
57,089 57,089 000000000b6535e3b85329116109b9882170792241ca8282936ddda106dc2a1b 1 0.00/1.00 vMB 0
57,088 57,088 00000000131da139605046f45ca7e63d78959ce39105c29d9483d12175a839d4 1 0.00/1.00 vMB 0
57,087 57,087 000000000317137da8d89b02b970bac6964881995afbf1994e287d602dcfefda 1 0.00/1.00 vMB 0
57,086 57,086 00000000073e4c54e29ebe616990b8a0e2b54f7b84a17238bb09c577e489aec2 1 0.00/1.00 vMB 0
57,085 57,085 0000000009b61ed14458eb2c4e9e053178685c2edff03bf3caf7c4388cf010ae 1 0.00/1.00 vMB 0
57,084 57,084 000000000448badcf0cee96a572337d37f794e4bd486272b4fb2af88de94d66d 1 0.00/1.00 vMB 0
57,083 57,083 0000000007e0f1b781aeeb8d4ab4e0256838380ff7e04fa24f80510f8dbe55a6 1 0.00/1.00 vMB 0
57,082 57,082 0000000000319c51788e01a6c5272b47eb83f92df09bf2f6f2fe93feb2bb559a 1 0.00/1.00 vMB 0
57,081 57,081 0000000007676a3101c7906f4002a5bf998c8fd0f409faea88ce4492676fd468 1 0.00/1.00 vMB 0
57,080 57,080 000000000a7ff9e89b6d22890170352c83f1a6bc3c882ba2c2bf1b67fecaac01 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 624.86 GB
    • Received: 11.57 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.