Loading Tool

Explorer IconExplorer

Memory Pool

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

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,361 000000000000000000022b910000000000000000000000000000000000000000 307 0.00177967 BTC 0.08 vMB 1.20
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,360 (788,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,460 123,460 000000000000201ecc0dbbcea07c2b61ca59e049d327cbc2dc45aa277e4f66fe 0.01 MB 30 163
123,459 123,459 0000000000006615ddd8877ff22c3675807c4476865e73a1eb394e9949deffdd 0.01 MB 28 516
123,458 123,458 0000000000003a032fdc567c400193021a103859f43bbfd2dc0ed89bea83ecc4 0.00 MB 7 0
123,457 123,457 000000000000129f5f02be247070bf7334d3753e4ddee502780c2acaecec6d66 0.00 MB 9 1,013
123,456 123,456 0000000000002917ed80650c6174aac8dfc46f5fe36480aaef682ff6cd83c3ca 0.00 MB 13 1,261
123,455 123,455 0000000000000b60bc96a44724fd72daf9b92cf8ad00510b5224c6253ac40095 0.00 MB 9 0
123,454 123,454 0000000000004df94b4488e034359e862725dc969c498b9678dc261c58a679dc 0.00 MB 7 0
123,453 123,453 0000000000005cb5097b3a3079dbcdd2ece62cb25ddcb520feb18defe34682e7 0.00 MB 12 342
123,452 123,452 00000000000066d40fc2b30075c9fbc9c6b1eac6038acc3d09d01bfdf11eeca1 0.02 MB 54 353
123,451 123,451 0000000000001e355ddb0f95b06a1025db2911d1158f52c2094f8531615d04da 0.01 MB 28 289
123,450 123,450 0000000000000b0dd1b01f2644e82acc94ccc6a40f7ab5a3a2d11e214bcf629a 0.01 MB 15 0
123,449 123,449 0000000000002524235f4e05d57a5fdd1b514b192ae10be75fa289130f9b54f1 0.01 MB 16 560
123,448 123,448 0000000000001e677a2e7b5d10e79c6fe077b2a28ca0daf3d5bf20f89d58a6d5 0.01 MB 33 176
123,447 123,447 00000000000037d109c02dacc1d47122bc58dba6e931b12a22dbf3fc15d69153 0.01 MB 14 495
123,446 123,446 00000000000035d7872ef73023ce447f17ca4e412480d5c509ea6a8367731817 0.01 MB 34 1,928
123,445 123,445 00000000000022faa1b52d3b3984b734753dcca5142176c7ff11984b5b1dce97 0.00 MB 8 0
123,444 123,444 000000000000245d9802e49c65c4353c57658571fc88f522510312727639f70d 0.01 MB 27 0
123,443 123,443 000000000000336588f746a72c12ca84ed43ffb21e6bea1d2edac0d6223f1dd1 0.00 MB 14 0
123,442 123,442 0000000000002ce0c69100aa2272cb6cb8414eae81c2378b6c4bb74398f01497 0.00 MB 7 0
123,441 123,441 000000000000667673cfa5aefad5de44556f9460cd73e267f1d94f25cceb4be9 0.00 MB 6 0
123,440 123,440 000000000000249d880d13433a93a53007493e2484b6fc48ade007a4d205ab9e 0.00 MB 12 612
Previous 10 blocks ↓
Total Size: 777.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,545.41 GB
    • Received: 136.95 GB
  • Uptime:

Notes

  • 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.