Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,486 transactions (0.73 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,599 000000000000000000022b910000000000000000000000000000000000000000 ago 0.73 vMB 2,476 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,598 (86,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,912 824,912 0000000000000000000250d5b2bbf023b4e36088f737055a7eda7f43dca11d71 1.56 MB 3,297 227
824,911 824,911 000000000000000000034a084b47418dcbe5b9ac11ec471a95b434cc87dca241 1.73 MB 2,902 236
824,910 824,910 00000000000000000001830f059aa1508d72236ca392b00a0e6aa5ef92991eca 1.57 MB 3,388 131
824,909 824,909 00000000000000000000c16fce147288eb84c6902e7b6c0338ce1bbd2fbd737a 1.53 MB 3,550 133
824,908 824,908 00000000000000000000538043b0fa333bb03762d48ac95240e740f528387204 1.54 MB 3,499 138
824,907 824,907 000000000000000000029f772b284b4c81eae44f0cc6b25bb938026d126a5929 1.40 MB 2,770 156
824,906 824,906 00000000000000000001e3e31e55799ff182fb35cab4980d938707c1ea667344 1.51 MB 3,142 160
824,905 824,905 0000000000000000000292eb636ae01c5546235517f13a51ea2a7eb368038366 1.60 MB 3,393 262
824,904 824,904 00000000000000000001be89e7e4e455f87d9c5b43c201e9e08a4282c19ec948 1.54 MB 3,560 169
824,903 824,903 0000000000000000000018572e6911898d75ffeb7590673e69d826f3545aa1d0 1.56 MB 3,655 186
824,902 824,902 00000000000000000001caa405f553c74722f0baf887042ac50ce2088ac55019 1.51 MB 3,729 174
824,901 824,901 00000000000000000003d52efbe128ff59b428b55a1db9a13a87bb6f2f162c43 1.44 MB 3,828 192
824,900 824,900 000000000000000000000b7a16124b365c4d02bce71ca763f8560a2a2dbf6356 1.42 MB 3,795 211
824,899 824,899 00000000000000000000ac56c29884c48d06e3492a71e44e208cad801dea06fd 1.42 MB 3,988 236
824,898 824,898 0000000000000000000008fd13a7fdd35e2603e99dfbb7245787e23c462d5a8f 1.56 MB 3,179 294
824,897 824,897 00000000000000000002b7d653e02adca9316389e7a886faad09921b4111bc25 1.33 MB 4,952 240
824,896 824,896 000000000000000000011b61e47b9a5cd3deadc42f6d0f68b883ae3a0811508e 1.34 MB 4,856 274
824,895 824,895 00000000000000000003b9569be69a9375a74c7f4a17ed55bb85bcc1a455b1f6 1.37 MB 4,930 324
824,894 824,894 00000000000000000003cc7946007080c290b98c5cb856f7ab4749d13d4de040 1.34 MB 4,884 354
824,893 824,893 00000000000000000002e7bd70441065668ad23bff065a76c6cd6ec1c6f93eff 1.31 MB 4,998 233
824,892 824,892 000000000000000000031bce814046018037f1d6f1d4cb67bb1437aa31de31fb 1.32 MB 4,947 179
Previous 10 blocks ↓
Total Size: 776.34 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,419.10 GB sent, 130.34 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.