Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,746 transactions (0.39 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,588 000000000000000000022cb30000000000000000000000000000000000000000 0.36 vMB 1,746 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,587 (824,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,901 85,901 000000000012693b97ab0c57f1d0789b4b9810f67bddcbb3bc7061c41c74e1c2 0.00 MB 1 0
85,900 85,900 0000000000067e0b329b2b1ae0b7747d2289bf4ebe3b1dec34021cf5e2a3db68 0.00 MB 1 0
85,899 85,899 0000000000083663940a08759ac316c26f4605493ca0db5e5c759787b147174d 0.00 MB 4 0
85,898 85,898 000000000028cdd549543b0a38149e759a083c3641b59170877323afc7d54ee1 0.00 MB 1 0
85,897 85,897 0000000000026d3765403238cb505686406b49b34862ad97dc6d28c630dcd396 0.00 MB 1 0
85,896 85,896 00000000001c31373b6a9ff0537519131173dc9611fb8a1f1d65c22e4888a950 0.00 MB 1 0
85,895 85,895 00000000002dacfab2af9d9c222a29eaf94aa81d7f25ebef43783b542fd76d19 0.00 MB 2 0
85,894 85,894 000000000025688dce89dd5043514ebaf9fdcc3108bc738b0da1f5a63b384a19 0.00 MB 1 0
85,893 85,893 00000000000d2c35a28946f45b4d693ddb0e708454659ecbc24290a08a4a5f19 0.00 MB 1 0
85,892 85,892 0000000000268f8be61d4c019a424b04e81b3d2d9270fec03671f5cc294431c1 0.00 MB 4 0
85,891 85,891 000000000011166001d4ba93bec5030e31a434d4c4392ab430af58b9a0caa946 0.00 MB 1 0
85,890 85,890 00000000000a676783ebd20ccc4e478285e6351b3a8efe088d4eea0a0835d390 0.00 MB 2 0
85,889 85,889 0000000000127278250715ad1e00016ba4856a60a5b3b87f75c2f38957434583 0.00 MB 4 0
85,888 85,888 00000000002eb79307a129711441225ec75dc6126e8cce5190e6e0d2d19e225e 0.00 MB 1 0
85,887 85,887 00000000000f024e0e28900201213d0df96523c4d6420046dd69e89f6ffc745a 0.00 MB 1 0
85,886 85,886 000000000021d4613bc4cd137972cb6cb82c4fa2e93d5998545e3de0706eaa48 0.00 MB 1 0
85,885 85,885 00000000001cd8743c7d1a66af650ad31c99ea3e235dc39a1238e56071cf95cc 0.00 MB 1 0
85,884 85,884 00000000002263e8425190b34d38c95b45c80371ff7423fdaca73afa9eb04e74 0.00 MB 1 0
85,883 85,883 00000000000027814f1cb16da8fa9a98ed22d0b1a69f8724bb5ee7cb84ca3576 0.00 MB 1 0
85,882 85,882 00000000000d9017998d8810bd75cc8d2ce317b06fd6f0b84a2eb285539c4abe 0.00 MB 1 0
85,881 85,881 000000000029685e7c2a2ffcea461680ba940fedc00029a451a4f42927c05a27 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.46 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,254.85 GB sent, 120.88 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.