Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

435 transactions (0.13 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,390 000000000000000000022cb30000000000000000000000000000000000000000 0.13 vMB 434 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,389 (871,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,142 39,142 0000000043cc2f2a3a936227d82b6baa8246d27eaf6df893ee5abaedec9eccb4 0.00 MB 1 0
39,141 39,141 00000000418f9420dafd3917d43efe62eefa56fc337737fa9f1dc4df4bb29e8b 0.00 MB 1 0
39,140 39,140 000000007e65ec347ee8ebc00f940f6ea776dc560f2f6471d2f144418572e6f5 0.00 MB 1 0
39,139 39,139 000000005b7ab5530832ddba4784d497d71293787cf966c44d922c3e495ba80b 0.00 MB 1 0
39,138 39,138 00000000357861cc159647b271ea9c57e3d1a8120ce621a13823b33cd49afa3d 0.00 MB 1 0
39,137 39,137 000000004d8585936540f646914594ad70ddad44bc4c0fa6cffc6158e9677b86 0.00 MB 1 0
39,136 39,136 000000001157b6fec71f01ee523481b419a044aeaa32fd133075459d2d360895 0.00 MB 1 0
39,135 39,135 000000008c14c0b6a8d3296fd9457d6b82e2c2e86cb6000ac8b47d2980cb92c1 0.00 MB 1 0
39,134 39,134 0000000007e00041ef02767820a538cca5a007028cac0347a37fe05a5d9963cb 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 774.12 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,233.74 GB sent, 119.13 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.