Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,640 transactions (1.25 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,900 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 2,471 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,899 (854,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,573 57,573 0000000005e619975e1b30f71bfbbb317b59a2c93bfafe62e1623eb438c433b0 0.00 MB 1 0
57,572 57,572 0000000012929c753fa33623ed4eaf2034699d3f43c0944415de439e1da3a7db 0.00 MB 1 0
57,571 57,571 0000000011e0d34ce64b293220a0c64f0983ddab5b3934e845118d6b2182904d 0.00 MB 1 0
57,570 57,570 000000000c33df92bb468bb475f5f05f9b9d72a788039839263b204cd9a7193a 0.00 MB 1 0
57,569 57,569 00000000056fc9527df69dc4a9503499f4bf13f4d2c54a4abd623a74c2338a9c 0.00 MB 1 0
57,568 57,568 00000000093a031b697829e9e9cc9b56a6c52039009edc4703c34f40ffbb300f 0.00 MB 1 0
57,567 57,567 000000000fa299f1cb4ab34e9fe6b72ea538d0d9abb98a0818a1457f0aab17df 0.00 MB 1 0
57,566 57,566 0000000001ae7a12645c0a4b8b490d89995d496b0023cc375758d23403a62374 0.00 MB 1 0
57,565 57,565 0000000007c41d53766ed1f31f8fc25c2f4ea82b8a3a3d4d149f3beafa8d0b40 0.00 MB 1 0
57,564 57,564 000000000357746e16018cba1b27ecda66e58c1917bd07c7a820056f63d01ff7 0.00 MB 1 0
57,563 57,563 0000000008859088610476c7fb220d0437cdacc6c030e60a7cb0534182be8c1b 0.00 MB 1 0
57,562 57,562 0000000010c5b05bc68173834c30e56590778d064ceb6ed231f268933b38306c 0.00 MB 1 0
57,561 57,561 000000000bc80c5c555c72af549a2ac161790796cf5e5a7488a53fa77db0834e 0.00 MB 1 0
57,560 57,560 000000000f38a6e361fb63f2aae8a4329d143a20bbdf2d219447abd60f2e793a 0.00 MB 1 0
57,559 57,559 000000000844b088254de3ed2db6b5e9807ced62f709f108ef67e063da124a09 0.00 MB 1 0
57,558 57,558 0000000004c5a3098cb3f40465b57fd1cc61df1dc0bf02e8b34993c1f3d81d79 0.00 MB 2 0
57,557 57,557 0000000004bbdbf00a28b06eafaad0e6766294ea20c0cb43d0c0df16a6dd15ee 0.00 MB 1 0
57,556 57,556 000000000520b7442fbc93e3cce85cc5eba7568b1c258592a5bc2b077f3c8f19 0.00 MB 1 0
57,555 57,555 0000000004af39e3bb0724e146bb7815e87182bced9035ca80babab2d60656bf 0.00 MB 1 0
57,554 57,554 0000000014ef6c08b1ca43d12a0537f236682c93403460c859a53f574e869707 0.00 MB 1 0
57,553 57,553 0000000004184861e1772350e831f3551e7bc9b4e86b810a61b1c436355568fc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.90 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,479.40 GB sent, 132.98 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.