Loading Tool

Explorer IconExplorer

Memory Pool

88,802 transactions
33.69 vMB
0.14274566 BTC
Random Selection Loading Transactions
Max Size: 199.69/200 MB

Candidate Block

Mining Attempt e06e53938b6c7b6248be3105118684498f42b87a38dd347657dd5b3cf8fece5e
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 10d1d3634cfad42e85273508898b8777bc41a0a3fdb30f1320073514d944d505
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,315
Size: 1.00 vMB
Total Fees: 0.05761375 BTC
Feerates: 469.97 > 5.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (474,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,914 440,914 0000000000000000034a879bc7a4bec23155a1c52a91b72b315f326906e124b8 1,966 1.00/1.00 vMB 77
440,913 440,913 0000000000000000022f5eb591a9132550b0f71a2b719a562e293d43ac95c9ed 2,481 1.00/1.00 vMB 89
440,912 440,912 00000000000000000244a670559a7d64d07dc5bb270210bd65426eb9b02f47ec 2,756 1.00/1.00 vMB 100
440,911 440,911 000000000000000002b37efb083e879a1c2d41f1c1b6567e1cd6dbb4af29442d 2,349 1.00/1.00 vMB 91
440,910 440,910 000000000000000002350e84e2fb702c1e9bd568355de0f67ac3f365ca57a23c 1,904 1.00/1.00 vMB 68
440,909 440,909 0000000000000000002f271c65cb3bbd5257283e63c1d6fdbbd285405c8151d1 2,152 1.00/1.00 vMB 85
440,908 440,908 0000000000000000010f70935e34777384ddac7a7fde3cdf9459d8e9e0eff00c 1,817 1.00/1.00 vMB 75
440,907 440,907 00000000000000000222ebd85debe3620b1aea5d661864d21d38b01718180432 2,536 1.00/1.00 vMB 84
440,906 440,906 00000000000000000072ae7b244f5dc7939aafd2b34a6fb96498b13ba64a333c 2,135 1.00/1.00 vMB 67
440,905 440,905 000000000000000001a4e39869f004386344cac7628e1ddc070bfde10f2e4bd0 2,368 1.00/1.00 vMB 106
440,904 440,904 0000000000000000008568f303be6647115e887f1d47c893a661344ff1cb9bcd 2,468 1.00/1.00 vMB 83
440,903 440,903 00000000000000000025e4bfe00bd0c8dbbcc49f3e5a79af94435ca04cabe891 2,359 1.00/1.00 vMB 90
440,902 440,902 000000000000000001ba2c4b766a46b9aa1d891fe358dd8b2b3938287a317ab1 2,749 1.00/1.00 vMB 100
440,901 440,901 00000000000000000213967163ad97b24029f6134c0c7ecd63d1efb82f82c897 254 0.99/1.00 vMB 14
440,900 440,900 000000000000000002ff8b1d7030800a0f4f045a8ec7543f9cc1ff9fe49c1f84 519 0.75/1.00 vMB 38
440,899 440,899 0000000000000000036b63b3c19d99b5e1b99d8f27f95e00fca4d39a9aa46826 287 0.96/1.00 vMB 16
440,898 440,898 000000000000000003448f81ade40ccac983b7453fa13af8bc7833149f310d4e 833 0.98/1.00 vMB 36
440,897 440,897 0000000000000000001eeb473bf286c9b24d95e85531f97f99bfd3da43b8f7bb 1,001 0.99/1.00 vMB 43
440,896 440,896 000000000000000000a519b74be3b09a54b15d59c0cb176384bc3a7155d4a3a3 840 0.75/1.00 vMB 36
440,895 440,895 000000000000000003a49c9e50a739f14d2371b637978ca3dfc7476ea4edf293 1,689 1.00/1.00 vMB 51
440,894 440,894 000000000000000001b708b542b8906509fb290933d6422b19ca21c921ce6383 1,979 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.30 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: 657.98 GB
    • Received: 14.56 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.