Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

96 transactions (0.02 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,486 000000000000000000022cb30000000000000000000000000000000000000000 0.02 vMB 96 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,485 (871,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,133 39,133 00000000810109f45502ecbb2e43211d47ff3c0f10b0d1e344557aa278269d48 0.00 MB 1 0
39,132 39,132 000000003444e2efe3cd00658b6a344470002f0c8ca3a4d70f3124863551c184 0.00 MB 1 0
39,131 39,131 000000002ff2ddfe5d1cde45e1bae170a3b7820d0f62219d14906c8372bde328 0.00 MB 1 0
39,130 39,130 00000000228e57318a8cbf0124d58d42d241bb99fc42d01858dc62d75d9a9853 0.00 MB 1 0
39,129 39,129 000000008a8383e6bdbcd117942fc0219df766430401b9538ddf55482ae6c560 0.00 MB 1 0
39,128 39,128 0000000016fb3848ab30293ec602b56562e55e7d8e3afec1b9af6631b7197d9d 0.00 MB 1 0
39,127 39,127 0000000001a55f6dc28135d188671c8e30e71227cfd42daac577562d301b4437 0.00 MB 1 0
39,126 39,126 00000000740dc23c1453450ba8a00ce035d35a69d67951bf779f0eae78cccf3e 0.00 MB 1 0
39,125 39,125 000000005a389900b333332788b4a3817ef75615327b28cb678ff18c578b01b3 0.00 MB 1 0
39,124 39,124 0000000016937c0826c784ac9b5026c3d64865d26ab340a6ab5c361b792a37fb 0.00 MB 1 0
39,123 39,123 000000006eacf9c0f55ea1e7ed6da41483dcf3f123e9a1f7b8af8c54e102a826 0.00 MB 1 0
39,122 39,122 00000000600bdb300862eb036b8a677283db3eaf41994775194714a491cb7ca7 0.00 MB 1 0
39,121 39,121 000000006b9865abce46ddcc1a47e240193b7c22cc16be896db192d1e9f613c0 0.00 MB 2 0
39,120 39,120 000000002fe08ca0380ed0fe0326d3fd3766d92ce24bd10631227145f1bde4a0 0.00 MB 1 0
39,119 39,119 000000001a8a861fd1be49283780ac446e0c4d7f6a043f792b303a0091ca89cf 0.00 MB 1 0
39,118 39,118 00000000731e19c341a4fff504a68a1c76e8acca41e4c7397894660c50f8286a 0.00 MB 1 0
39,117 39,117 0000000031d57bec2c24ee26021f08184a16f1246bd0aaeeefd21caa438a75e5 0.00 MB 1 0
39,116 39,116 000000008c77ff4c727969a6423d8efc0009985fd7c059646f763349a52a6dc2 0.00 MB 1 0
39,115 39,115 000000001f656a2fa35b50713a3597d97df5f6333b135b8afd2a2bd0c674d7d8 0.00 MB 1 0
39,114 39,114 000000002bca5271faae7d303c8a59b5556548079d0e246a08242ab39597b05b 0.00 MB 1 0
39,113 39,113 000000001cbf951ee5a3fa847c3bed7f6f279777fc252613c61252f0da6941bc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.29 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,243.89 GB sent, 119.99 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.