Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,113 transactions (2.43 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,168 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,854 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,167 (819,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,388 91,388 000000000003730062e8119d612ffc34763fb6d4d92ead15a4a078c80bdb4968 0.00 MB 2 0
91,387 91,387 00000000000a5ef3f7a21908df67a09308bf4c51c1b43cb8223daf7b3906d9a7 0.00 MB 3 0
91,386 91,386 000000000004f8388fc204d8a4e69e336cf9c8ac3a1d7e73a725b9545fb5b0d7 0.00 MB 1 0
91,385 91,385 0000000000005851e089bf22cf1765554674a38db962bf2aadb05931edefd114 0.00 MB 7 0
91,384 91,384 0000000000017b5cdbd176e7909d29bcb93b360f9ebf06f0f9754a20e5806930 0.00 MB 1 0
91,383 91,383 00000000000d8859f085a49298ae8e55ebe551df97ce71e0d38f424727087207 0.00 MB 1 0
91,382 91,382 0000000000068981c7fc83a9f2bbeaebb9fe1b7cadc6db61eeebf0fb165cfaf3 0.00 MB 3 0
91,381 91,381 0000000000063eb21a43c3f2a14f1b1dd62f3fcea8fceb974ad715b87b871885 0.00 MB 1 0
91,380 91,380 000000000005ee51326706b3cf7b86b9434b1c7028251fec6d2f6422cb6e08f1 0.00 MB 2 0
91,379 91,379 000000000009a6ee4730396d0bcbf829cfd6f4766000828f9b66bd94d4c2c588 0.00 MB 2 0
91,378 91,378 000000000009c045a8164d724b8489fb0d3cb8e06fb7b1a84bc62663f536db96 0.00 MB 1 0
91,377 91,377 00000000000d2ccf1cac54977a4e7205be856f6fbe4e5de3675d8c122f2f736a 0.00 MB 2 0
91,376 91,376 0000000000018977254c4d772bc7fc57aa80766c509bce40332d531c8b6506f3 0.00 MB 1 0
91,375 91,375 0000000000082a0da527d2b1640fedff0d8b9ef56cdf66ccf9d4732e8516c1ec 0.00 MB 1 0
91,374 91,374 0000000000039c764e87375a7e122bba086c1bc3331acd2d3963e47f5e4fc3f6 0.00 MB 1 0
91,373 91,373 0000000000068c71470aef8b09554b9e710305f8d3ad985084abd9550f76c331 0.00 MB 1 0
91,372 91,372 00000000000d57341b64e8cc09ed923ff1aed113bf3e1b07dd71b43f1de32a9a 0.00 MB 1 0
91,371 91,371 000000000000aa81fd5974699c74217632142dbc11664def72f41fbe6d3e4c31 0.00 MB 1 0
91,370 91,370 000000000009eadf4003311bbdea6805b854cf3e652613e3458f8ad3057c8409 0.00 MB 2 0
91,369 91,369 00000000000d04e85c6fa94ac2da607185924050aa35c2ea199ac8f920d30903 0.00 MB 4 0
91,368 91,368 00000000000188fbbe623e2697d62786d422c347c9278265a6ebd2999b73abc0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.56 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,375.04 GB sent, 126.55 GB received

Notes

  • This page updates every 5 seconds.
  • 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.