Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,959 transactions (0.61 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,327 000000000000000000022b910000000000000000000000000000000000000000 0.60 vMB 1,948 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,326 (58,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
852,500 852,500 00000000000000000000762b4301d5584234de682a5428dffa5b7fd31f9ac241 1.62 MB 1,670 6
852,499 852,499 000000000000000000008b05647694909bc61a978a86b2bbe32f766f614d45c1 1.63 MB 3,382 6
852,498 852,498 000000000000000000030952acb7edc6fec5ccc751265726b1bce328afecd462 1.61 MB 2,115 6
852,497 852,497 000000000000000000028a578f64f3ced4996d9f16b7c3b58a5e238fe3882292 1.81 MB 3,169 6
852,496 852,496 000000000000000000027acadbc6a6c4abc79d8a7b793324d4195272b380b9a0 1.32 MB 2,020 10
852,495 852,495 00000000000000000002d12d4ef31bcc1dba80feb0039c3d7764e62cd0aa72d6 1.72 MB 3,022 14
852,494 852,494 00000000000000000002b7cc431bc48bf26f257ae4fa5ee1d0bc67ef2407900e 1.60 MB 3,309 13
852,493 852,493 00000000000000000002fdb1bad3f0d538b536eedec799ee90691b7e2ccce9a3 1.60 MB 3,116 9
852,492 852,492 00000000000000000002671939574d9d5fc739a8769495594c0d8249d7f7d9c1 1.51 MB 2,899 9
852,491 852,491 000000000000000000016f291d4cba01efec3c75432ed507757ff4885370519c 1.59 MB 2,531 10
852,490 852,490 00000000000000000000d3b74b3c58819c253ad2e42909dd857b1ca0ebf45a37 1.55 MB 3,537 13
852,489 852,489 0000000000000000000311f1cb2777d6999bb8c78ce37a40be97fbd024201092 1.44 MB 2,549 9
852,488 852,488 00000000000000000001043bf18aa4756162443d954cc3f35405974a77592f8e 1.59 MB 3,745 6
852,487 852,487 00000000000000000000a80fc804ae1075b7b822d360219081cdbf3c278822fb 1.63 MB 2,729 7
852,486 852,486 0000000000000000000297fa3015f2a1ff49bed34075dfa5c2e11b59e1184e83 1.59 MB 3,488 8
852,485 852,485 00000000000000000002192a36b2f0542c037f14e59f39072e9a77fe856a6056 1.60 MB 2,595 16
852,484 852,484 000000000000000000024eb6808f969736cf562b960975e316f9ef7f44ebb879 1.63 MB 3,664 5
852,483 852,483 000000000000000000018574f083bcdbfe10bbad8e1f87239ba01b050eff8e09 1.72 MB 4,398 7
852,482 852,482 00000000000000000001603e984253b9b73cc2e4a4ab70c67dd68a3b9e8d8e41 1.56 MB 3,154 8
852,481 852,481 0000000000000000000076e4235e505b50dd717503fd9dbf59ddb818f3a25bb0 1.66 MB 4,798 6
852,480 852,480 00000000000000000000ad3b413b429486ae3f11363e804be0c67658be509099 1.54 MB 2,786 10
Previous 10 blocks ↓
Total Size: 775.85 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,399.74 GB sent, 128.06 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.