Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

597 transactions (0.21 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
909,666 000000000000000000022cb30000000000000000000000000000000000000000 0.20 vMB 587 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,665 (848,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,868 60,868 0000000002fd3c058a223cbc8582c80851750628a21716d64171ecb3614affce 0.00 MB 1 0
60,867 60,867 000000000be7a352fb5b8e3ccdcc5de322826660456e37cd252f865ce5edbca0 0.00 MB 1 0
60,866 60,866 0000000004a0c8b76496e6c60561a7c8e41195fe41a021a506b5e424854fb2d9 0.00 MB 1 0
60,865 60,865 00000000017f3ae70ba4d45e16743029d88a5ede8ec79d6918d62ee284ec201f 0.00 MB 5 0
60,864 60,864 0000000008655f9cb0aa11ac94d8eed791103009422d847df2648a7b47880ccc 0.00 MB 2 0
60,863 60,863 000000000e43e0a755ce3994b7426f18dad31611ae0d7e4d0e3cbee03825465d 0.00 MB 3 0
60,862 60,862 000000000aedd5a83afaf7e3e7d2b7ec60d34a2f14b40e0d5c1f84b10be4675b 0.00 MB 1 0
60,861 60,861 000000000b049d55febda10d83d816e51b9bf38c8dfe6b857ecde4259120d271 0.00 MB 12 0
60,860 60,860 000000000a96c2ad764368e3563de57469e2ec16eeb5e63437962435cecacd06 0.00 MB 5 0
60,859 60,859 000000000ddbbb2ff812ff705ca0250c4cf3ac17e242939dabe6fddf98a1312c 0.00 MB 5 0
60,858 60,858 000000000e63d88cfc015c68612ef8127e23b3136300dca10337ff73af883a45 0.01 MB 3 0
60,857 60,857 000000000260daa9103aef6fef76c2833ba926472ca0684e2bb52d97a0053579 0.00 MB 1 0
60,856 60,856 0000000005e7d7b5e09495280cfaadcf013fae3914d30206235f0ebe03193b94 0.00 MB 1 0
60,855 60,855 0000000005bc30710ede666ec57a5c1d664fe3a0d4eaad95cac9d0b4c23f71a9 0.00 MB 1 0
60,854 60,854 00000000011499921cf682c2c46e94a2e1ede95376bf7c93ed79ca4605295faf 0.00 MB 1 0
60,853 60,853 000000000cac30f3df9cb76fc397fcf0c3c236cd39ea35e87d4d9c9004f0176e 0.00 MB 1 0
60,852 60,852 0000000008852094fec65abc1d14c722a899b21802ccd7a7cbef7f7b172eaa53 0.00 MB 1 0
60,851 60,851 00000000092c49d928c5ca7054e985366ecc8a554c8b506c9b01b3bbad1d2be2 0.00 MB 1 0
60,850 60,850 000000000551b8cff3b5a32e26c3640659f8f348841e209b856d5f592611b448 0.00 MB 1 0
60,849 60,849 000000000da87ef88d38c40e816471d917b93e83506dd4ddbf103e9199c3cdf1 0.00 MB 2 0
60,848 60,848 000000000202c20c0c91f2eb3c303839c0edacb2c56b6d9cd8a4683fb38405f5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.78 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,134.74 GB sent, 112.26 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.