Loading Tool

Explorer IconExplorer

Memory Pool

84,366 transactions
31.70 vMB
0.09734452 BTC
Random Selection Loading Transactions
Max Size: 194.17/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 (310,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,345 604,345 0000000000000000000e23c351ded129733aea2b93f076f5e90e368ac079dc74 2,459 1.00/1.00 vMB 11
604,344 604,344 00000000000000000001212b54d108ef68206a6ae5e704dd777c16a5572040e1 2,728 1.00/1.00 vMB 17
604,343 604,343 00000000000000000003f97f5909e485135b8fb5317f2bf821b821b52f743fce 2,387 1.00/1.00 vMB 42
604,342 604,342 0000000000000000000174ce78d8d86bf374804c02d0c0b81bd182b3cdc5748c 2,280 1.00/1.00 vMB 4
604,341 604,341 0000000000000000000881da09096f3af2c221e64aff25d8ec69461cabb4551f 2,559 1.00/1.00 vMB 30
604,340 604,340 0000000000000000000cd20904ed1f6ee4c58aae816b1bc140775b925efffb18 2,457 1.00/1.00 vMB 7
604,339 604,339 000000000000000000004dd26e4b7e47c000c97a1d8e4dd6d3fff3317531be78 2,584 1.00/1.00 vMB 25
604,338 604,338 0000000000000000000238670cb83a52d833baeab18bb5173e77d8c1fd0cb0c1 2,723 1.00/1.00 vMB 30
604,337 604,337 00000000000000000009efd5749056b66c449fb34e425279fc6a0da170b9b947 2,752 1.00/1.00 vMB 38
604,336 604,336 0000000000000000000fef06dd291160316f75125ef678621d2f46ab3dd76558 2,450 0.83/1.00 vMB 10
604,335 604,335 00000000000000000007b1cd33b68f070ead4b10e633b047b4f1730d884597a2 2,701 1.00/1.00 vMB 26
604,334 604,334 0000000000000000001141825d94bab06eb6234077cb6f511a5aee27b898d488 1,874 0.61/1.00 vMB 10
604,333 604,333 000000000000000000045324b2f20432038a6f5ddb25018afe9fb1dc3dfb02c9 2,636 1.00/1.00 vMB 18
604,332 604,332 0000000000000000001183d48702bf372d2bfbfd7294da0a845f554cb909a6c7 174 0.05/1.00 vMB 16
604,331 604,331 0000000000000000000af6b76717290f781ace51a6b4c454460192eea692f644 822 0.28/1.00 vMB 23
604,330 604,330 0000000000000000000f107a3319e2ec77803f374966b1aee181c78f4a5afb48 2,203 0.90/1.00 vMB 14
604,329 604,329 0000000000000000000f0f3c76e3e592e44c08db89b0f447f5045e5b65eca222 2,733 0.88/1.00 vMB 9
604,328 604,328 0000000000000000000e805f20f7a98612816e2b8ad8807a747e0032f4c98aae 2,226 1.00/1.00 vMB 16
604,327 604,327 000000000000000000132754c2c340161d2bcb76ddc45d0fc700fae76ffe5993 2,941 1.00/1.00 vMB 30
604,326 604,326 0000000000000000000e3ab033a0e2cf9a51611b7e3e713e0bd15d52652b9584 1,694 0.69/1.00 vMB 10
604,325 604,325 00000000000000000008d9b7c006d5674de3be2684cf443c482dfcc06cbe77a1 2,390 1.00/1.00 vMB 20
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.