Loading Tool

Explorer IconExplorer

Memory Pool

84,363 transactions
31.70 vMB
0.09720348 BTC
Random Selection Loading Transactions
Max Size: 194.16/200 MB

Candidate Block

Mining Attempt 00025760b2bf872a910a076511e8dc11e2b6d5fb8c0560d098c7d9e94a9dd8c1
Version 20000000
Previous Block 000000000000000000008c48c54ea13ac1ebac208d0e0eb58ba93557644246e0
Merkle Root cfa6fd15fcff26ee3ee3aa6fc578bc50b0feab0b237ebbeda1e0d7791b861871
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,081
Size: 1.00 vMB
Total Fees: 0.02252002 BTC
Feerates: 45.32 > 2.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,227 (213,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,347 701,347 000000000000000000021624a8b5bec4b5643425eecf8cef31db2b8020808732 60 0.03/1.00 vMB 11
701,346 701,346 0000000000000000000c286cdc6a2becba8ddd678c4cd596b5ffba481c5527b5 184 0.21/1.00 vMB 3
701,345 701,345 00000000000000000007c0b52029676713aacf52bbf87a6aa8f4382818d2d5c1 240 0.16/1.00 vMB 7
701,344 701,344 0000000000000000000e8c36c1abf6b6867c412aef21c04ae6ad9a82b6fd469f 821 0.41/1.00 vMB 10
701,343 701,343 00000000000000000003ad6776f6a7dfbada6408da58b94f0158c16453027fd0 196 0.05/1.00 vMB 18
701,342 701,342 0000000000000000000743f8301ed2f225213b8598d4d839c4a92586a72bbc6e 515 0.64/1.00 vMB 2
701,341 701,341 00000000000000000007ae8c93df7bd3bc9bc5c7b262846854aca1634e32af70 1,597 1.00/1.00 vMB 10
701,340 701,340 000000000000000000011da18c6b09b38053b39c175b1567dfa1b3ea77b7a8ed 997 0.35/1.00 vMB 10
701,339 701,339 000000000000000000053a4d055179e203d473dbc046031e8d4d3a6eff053171 535 0.17/1.00 vMB 13
701,338 701,338 00000000000000000000266a641bb6045940c59c8ed0c3f0c53f50d311d5f6ee 1,340 0.47/1.00 vMB 12
701,337 701,337 00000000000000000005113be1b68c3c607d30d6de0dc1c19f5972b541125569 188 0.06/1.00 vMB 15
701,336 701,336 0000000000000000000b31d8ac0d91a974d98aa00cd5d8bc30a5c3568c2607ab 963 0.36/1.00 vMB 11
701,335 701,335 00000000000000000005b0b45fd76327e569ed40f8834fca2c4b03297d23be70 440 0.16/1.00 vMB 15
701,334 701,334 000000000000000000092da9b5868bd8fb545f18e1a6f92e57c0c34be5cc18a6 2,035 0.88/1.00 vMB 10
701,333 701,333 00000000000000000002784ae71b98f6da49f5d6ac3dc7e4cac3e5e5fa6c394b 203 0.08/1.00 vMB 11
701,332 701,332 0000000000000000000f48a5cfe9457fb459a1f4d9507c9cb33bbb18d12ddfee 1,189 0.41/1.00 vMB 10
701,331 701,331 00000000000000000003059c5018fe0216d93a5a363fee868fdca31bda0f78a4 769 0.34/1.00 vMB 2
701,330 701,330 00000000000000000009bd07549dac2770bc3eea3d5788f1c839b6e30e75175d 1,034 1.00/1.00 vMB 1
701,329 701,329 000000000000000000041a8f8e735c14473c54a5f68a38ce58886050623073dc 1,486 1.00/1.00 vMB 6
701,328 701,328 00000000000000000000dfaa3e10438be07b388ed792e5d6a49fdb0e9f16c911 1,951 1.00/1.00 vMB 8
701,327 701,327 0000000000000000000560d5f1a1d415fd9a99247016e946c3e362ce3c46856a 2,137 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.78 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: 709.73 GB
    • Received: 16.97 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.