Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

842 transactions (0.18 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,001 000000000000000000022cb30000000000000000000000000000000000000000 0.17 vMB 831 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,000 (856,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,671 53,671 000000000adb81df402e39decf69a2e26d92311e9fa703694ce53266784a6dfb 0.00 MB 1 0
53,670 53,670 00000000142d55af61468126a148342ed3b49c133bb1956be7c93a2ef185588e 0.00 MB 1 0
53,669 53,669 0000000004bb72dbad34a156ec0a031b1cec02585542de34beaca06736b68538 0.00 MB 1 0
53,668 53,668 000000000b2025132f587ecdb47b73e1cce3a9ca1f3961b29cac81aa514f7ad5 0.00 MB 1 0
53,667 53,667 000000000b182b6ce30b4421d004304bf2c36c1d1abf15f7b784fe9a38211ad4 0.00 MB 2 0
53,666 53,666 000000000b0c1140f8ef0847df86c02150872c0ddfa2d8f8adf7a6f46f73b8d8 0.00 MB 1 0
53,665 53,665 000000000d6fb2c04d5f4454b029226f900cf8eb9f082cc50a2227ce00f7866b 0.00 MB 1 0
53,664 53,664 000000000e62416531da6d67b55b4483d132ce825e06e595eec2527b262f6f3b 0.00 MB 3 0
53,663 53,663 0000000001c1cd9276c90d195150447aaebea06388b0dc2cf50587ffbd396287 0.00 MB 4 0
53,662 53,662 000000000fdc32d4d117783b51bed75576d4c66993079fd3162ba2b0c3db1d40 0.00 MB 1 0
53,661 53,661 0000000001c1703c134374a27c3abd833178de30b68080c5e4b9fa9636166b5c 0.00 MB 1 0
53,660 53,660 00000000075097075194f1a3d9bb7f56cfc127ec869bfbcb115e711a3b43a663 0.00 MB 1 0
53,659 53,659 00000000163f185566e822dc8f5db626db91088bb453efeb3a6faf338e664e82 0.00 MB 1 0
53,658 53,658 0000000006be989d567ff941bb002062f0e73419e51938473adc5f205e5845e1 0.00 MB 1 0
53,657 53,657 000000001616e828f1b39f1fb6d8f30ed604e6c3dc6628b81962f69f4b173f18 0.00 MB 1 0
53,656 53,656 0000000008dee397b061931717c2ffab4e8a4948193fe93231a912c7a7e770e0 0.00 MB 1 0
53,655 53,655 0000000015a9e286e7804d407853d4fe8b77ef7cc976eed81407fd731b4de884 0.00 MB 1 0
53,654 53,654 000000000bddce8b8774e782698ef6f7e16e8e1b0f818d9d6a2024a756e64f46 0.00 MB 1 0
53,653 53,653 00000000122f35761584877e02cb55bd3871df5b1bed8aeec66b8fc5dd7df906 0.00 MB 4 0
53,652 53,652 0000000013689cd5d59fa024b7bdb8403af836ed7856df88a14247e63968cf41 0.00 MB 1 0
53,651 53,651 0000000015d04319bdb4cf7b6393b8325431f9bd9d6e3ae0202a8904ad5f6931 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.40 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,182.79 GB sent, 115.24 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.