Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,149 transactions (2.22 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,691 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,936 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,690 (845,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,374 64,374 0000000004f005a2e228ea11a97601f357f04c9d414756389ebac594d3f72b64 0.00 MB 1 0
64,373 64,373 000000000caa636b1100d294ef9bd390bffbe1c41ea4abd20ecc02ee82aa7f3b 0.00 MB 1 0
64,372 64,372 0000000001944811224b00fc1b7929e77f059cc8555aca58ed50498f4a7207ad 0.00 MB 1 0
64,371 64,371 000000000b584d35d0fa508c718e6a86bc65f85a377d61db7c997970d9560933 0.00 MB 1 0
64,370 64,370 0000000005d216bf630df03434e269a5c6bb953387a547769c8ec753cacc7331 0.00 MB 1 0
64,369 64,369 000000000405414c27e84ad291bac6be8de01be270df1d9e82ca74a7cc2d5ebd 0.00 MB 2 0
64,368 64,368 0000000009302f4b5be78589cebb740616299657b7712621ecaf02eba1af2a65 0.00 MB 2 0
64,367 64,367 000000000542b7d202d1b707b62d47c9e37acba0f2f29d77ed4a65492f75249c 0.00 MB 1 0
64,366 64,366 00000000089eed5536e1fc812cc542d4efb17f1e252c2810dfedfe3cd3ace354 0.00 MB 1 0
64,365 64,365 000000000782264a9c71317f0da86dc39f1038649e254f7730f76c9645eba7a9 0.00 MB 1 0
64,364 64,364 000000000a0533c426c634d5c48143fc2ff6e187b37b04a89ffc667a1d6ac8da 0.00 MB 1 0
64,363 64,363 000000000919435c0106217d9f9836611736cfef7bfdd9a2b3e90c619f960f6b 0.00 MB 1 0
64,362 64,362 00000000092310645b2f9e18e87192b6eca8cb0a29f1667327e32ed4f01d3517 0.00 MB 1 0
64,361 64,361 000000000265ad5c917785f5fbb3cd84158f9711ce9f18e1161b84fd1c8a2d6a 0.00 MB 1 0
64,360 64,360 00000000072518b14a8885990fa9835c83a1a2a54a416b387482baffe4bbfc19 0.00 MB 1 0
64,359 64,359 0000000004559f595e63a055e52b8529bc0a11fbe8d3de47c35eacc42773f2a1 0.00 MB 1 0
64,358 64,358 000000000999409932fdf00ace71481e525a4cfd2797b8f7e057bae7094a37f4 0.00 MB 1 0
64,357 64,357 0000000001186e5b126586268d4ea035ec3180a35903582ccd520c6b5c2aa26c 0.00 MB 1 0
64,356 64,356 0000000002748160ec5e2a26174c659fa7985f8e4bd8db57a94a6962356ade0b 0.00 MB 4 0
64,355 64,355 000000000c0addbf8e227c4aa93b1ca8cd9e3ec77b7926e6e570f4b9e10e9be9 0.00 MB 4 0
64,354 64,354 0000000008f72ee0e7e07ca2465920427912256e6f08f29673161a13366340c9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.83 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,149.82 GB sent, 112.49 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.