Loading Tool

Explorer IconExplorer

Memory Pool

33,288 transactions
25.10 vMB
0.05007630 BTC
Random Selection Loading Transactions
Max Size: 127.34/200 MB

Candidate Block

Mining Attempt cb4b175cb87b04899a4ff2889f4be8d89ba13a3d6a32d3befa2fc948d3bf83b6
Version 20000000
Previous Block 00000000000000000001e8574b0c11cdfe175c522ad4fe67fe83458fce5e8ea3
Merkle Root 794c4058221d706c7fd1978bcaff5ad0e490ee055e7c2e5f9f6088b75d6f43e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,636
Size: 1.00 vMB
Total Fees: 0.00483368 BTC
Feerates: 40.21 > 0.48 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,670 (122,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,003 792,003 00000000000000000003453612c3e2bfd33d36965e4bf24272b3eec0abbe59ca 4,275 1.00/1.00 vMB 60
792,002 792,002 000000000000000000038c9615fa68696b66e457c28f5072411ef7502ca9a00c 2,892 1.00/1.00 vMB 82
792,001 792,001 0000000000000000000555eea9c7d020f6b1f1495d3a770c54746754069c8af8 3,573 1.00/1.00 vMB 32
792,000 792,000 000000000000000000023822e5bb37fb885f90b05bf00b308c77241aa8f0c6af 1 0.00/1.00 vMB 0
791,999 791,999 000000000000000000015f0202525451352d9428e349055aa7a6e50a30fa6023 3,469 1.00/1.00 vMB 25
791,998 791,998 00000000000000000003fd961b63b37f0adbb0a9f084791f6c63a0265b87bc59 3,817 1.00/1.00 vMB 56
791,997 791,997 00000000000000000000ecb3653866725177d2840acce0284ccc761e099be5f8 3,316 1.00/1.00 vMB 31
791,996 791,996 0000000000000000000006c6105c2d1d9bfe1d170a10a30e6e4c49e5ecf1a0c6 2,981 1.00/1.00 vMB 38
791,995 791,995 000000000000000000017419047f264c10aca722ab37c76e32ae39aa817ac09b 3,129 1.00/1.00 vMB 30
791,994 791,994 00000000000000000000db17dfa67cbb2a0b5f21d75b369e01aa57e88a79c4dc 2,061 1.00/1.00 vMB 24
791,993 791,993 0000000000000000000172926a4e8f1e02b0a83809da5bab45e7602890cb7352 3,488 1.00/1.00 vMB 45
791,992 791,992 000000000000000000036a4a950f378553147ba5b4b30160e4b48909ef9d5c09 2,358 1.00/1.00 vMB 29
791,991 791,991 00000000000000000004e8bb1f4bd97aed46bc8692b15f7e2a3e9e4d138b8149 3,644 1.00/1.00 vMB 34
791,990 791,990 00000000000000000004ad98b9f004fab4957c239daaf8c9b3aba42954964d03 2,508 1.00/1.00 vMB 36
791,989 791,989 00000000000000000000300b5e5f99153de958d72292f00b5030b90c833fb41f 3,377 1.00/1.00 vMB 53
791,988 791,988 00000000000000000001eab856afeb2f830bcdaa139395b754788d99f14cbfd4 4,109 1.00/1.00 vMB 52
791,987 791,987 00000000000000000004eeb4d4913a126ff232fc351b39504d9d0e992a988227 4,135 1.00/1.00 vMB 52
791,986 791,986 00000000000000000002e2c065f4674bdb4a81f50fbfc4703c7f78027120b2ad 3,364 1.00/1.00 vMB 45
791,985 791,985 00000000000000000004aca4148783d5fe7619f6e24757bb3ffe91191a01acff 3,273 1.00/1.00 vMB 52
791,984 791,984 00000000000000000001c62d8a26a14095a8cae9c4e3738865e50f6eb5b8bdd9 2,681 1.00/1.00 vMB 31
791,983 791,983 00000000000000000004f9dbf42c7552088ad6411cd1081cfc30b25aa7c70b14 2,262 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.81 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: 634.88 GB
    • Received: 12.27 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.