Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,799 transactions (3.60 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,864 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,566 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,863 (846,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,233 64,233 0000000005ed040ea32708c852142cb23cdc4d44ecdbb7571b984e1b31125f4c 0.00 MB 3 0
64,232 64,232 000000000ca2b05faefecbe66485d702be341af6f0907e63284dded2be051247 0.00 MB 1 0
64,231 64,231 00000000014d1148af3689648bb2f5e6b165e1aca83ebf40d7aba180f0e043f4 0.00 MB 1 0
64,230 64,230 00000000099fb8b54a3bdfdc9c4b3f14af2c58b7700eb337bb4365cb68853d72 0.00 MB 1 0
64,229 64,229 00000000002a1f0029b10b9b8bfe132119b72f4b4fe7ef5e3b0e08c04ee383f7 0.00 MB 1 0
64,228 64,228 0000000003a1a3ec9e8d563aa580b1043a5bd97abd02187169c3159fd2d12d4d 0.00 MB 1 0
64,227 64,227 00000000067308bc18d7ee97fc2ee1ee0f88b2a373c84ebefecb402f8f956043 0.00 MB 1 0
64,226 64,226 0000000008313b733156538c245efe9b5ef1a22b3ec14e279718ab961ecaec40 0.00 MB 1 0
64,225 64,225 000000000573354307474d2d2ea8fbe02e74f2b269fe40df24f69cb49daca094 0.00 MB 1 0
64,224 64,224 0000000007aaddb7c4ed04f138b237c010d7dd87256a1b33711dbabaf1ebff31 0.00 MB 1 0
64,223 64,223 0000000000813f65526368f89f08ebd2243de902caa755c46a956fde37c4bef1 0.00 MB 1 0
64,222 64,222 000000000378457ab84153a2425351a5f4388096d0dffeba3c98b35edffa0003 0.00 MB 1 0
64,221 64,221 00000000070f1a5834e86a8306716f8996752a9bc27ca21dd6c76fcab0c551e8 0.00 MB 1 0
64,220 64,220 000000000c76360a118945134e01756e90780a1728dd87421f57bb40bee608a6 0.00 MB 1 0
64,219 64,219 000000000266b9e7f543534c8826833693b9ab42031b24a12975090914af2976 0.00 MB 1 0
64,218 64,218 000000000c27dbe878a00a352afb86b3064456c6f43712b12ecf5b7b03737956 0.00 MB 1 0
64,217 64,217 00000000075115066ba2b5fbb008f9831c161a35223936b11a3627a3bd76b237 0.00 MB 2 0
64,216 64,216 0000000001b679447f4b0b49c855af552e4d01ddd4ecfce3f919eb51e110e4e5 0.00 MB 1 0
64,215 64,215 00000000094f560cf652808705348880f122d037f19a2acbd3261bfd2677c3ab 0.00 MB 1 0
64,214 64,214 00000000000170a20d6fa0659f1618bbcff9d715b3018990364c9b1acf411697 0.00 MB 1 0
64,213 64,213 000000000102c0bbb02ef388328b6979c859f13f68f5d927af3aed1bde71dc2a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.99 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,342.72 GB sent, 123.67 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.