Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,368 transactions (0.74 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,056 000000000000000000022cb30000000000000000000000000000000000000000 0.74 vMB 2,363 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,055 (875,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,908 35,908 0000000042cfe1603dc5c8f6cdce04bf53a2d18ffcdd563b8f2e0556e8c1bf5a 0.00 MB 1 0
35,907 35,907 000000003f6cc6bdbb73ddc1428d87bf01b3500333ffb98d37cfc3906fb399c1 0.00 MB 1 0
35,906 35,906 00000000048d7c63e2ecfaf513fbf886896772bbf9607d6d656f5f7124a0fdd7 0.00 MB 1 0
35,905 35,905 0000000027c6cee24dc6e5056d6d67bf32cfc23567c0151850da94fbbc2aed8b 0.00 MB 1 0
35,904 35,904 0000000039f9a34c82697476af915eea603578adf1cf3c93913091813fb7ed0d 0.00 MB 1 0
35,903 35,903 0000000051ea8e1111218ab8d8e74a2262c346c3ab9f254b8600ed9549e6f56c 0.00 MB 1 0
35,902 35,902 000000006faeba7466edcfa2f84883c3afbbbc01dba2c01c6f2b6f4c703ad184 0.00 MB 1 0
35,901 35,901 0000000072a9f2a4119aeaa96b39c6a4961f95fd55197f26ec9694de986dca10 0.00 MB 1 0
35,900 35,900 0000000029ef2a38c3400a1d59df756b1690e3a0b1d67500f882b8315932a91b 0.00 MB 1 0
35,899 35,899 0000000007a99633cb87c365f592207a700f0b1e163e2d1c7a166cd2f2259667 0.00 MB 1 0
35,898 35,898 0000000048b99e55c2cadc4fbf7cfc3bce11bb5ab962111963746cd20e63a616 0.00 MB 1 0
35,897 35,897 000000008463710c1f724055b8b6f797bc9af404c6a384bfa122ac6d40aaea79 0.00 MB 1 0
35,896 35,896 00000000275f60d792f98d89b002887aa5293e2baa9c1729b05d9a82424d2781 0.00 MB 1 0
35,895 35,895 00000000175aedc47a7e597e1ab3a1db7bb1b16d60767fd4c2fae9877143c932 0.00 MB 1 0
35,894 35,894 0000000049eea9532c05dda4ad6032682b6d0bdc19af8b477307741c68c5b220 0.00 MB 1 0
35,893 35,893 000000005c911496bfe4f055d8e4659f73b6b9e8b5ec9cdeb098c149139a1324 0.00 MB 1 0
35,892 35,892 0000000035a5fdda614260c3277f001730e60eb2fbb04a0edab5c47cc4e0c352 0.00 MB 1 0
35,891 35,891 000000008a26a9572e4fa136830f874db3422014ceac45515db8dd182d19ae3d 0.00 MB 1 0
35,890 35,890 000000008701474b9bbe5efd458f0bf1282efa0168b8f040bef6aa6d15f2c890 0.00 MB 1 0
35,889 35,889 0000000033aa6dca3a690948f07b4cf4924c025d09a7646535f87546b203c337 0.00 MB 1 0
35,888 35,888 000000005e4ec656e77db2b5caa0d77ae7e40b6931f4ba7d7f882f5cf9b28a61 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.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,363.47 GB sent, 125.51 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.