Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,672 transactions (1.20 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
910,480 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,088 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,479 (845,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,306 65,306 00000000065bf67dda38301b8c3781d788c5978c42aae85b6cc76cc8021b31cb 0.00 MB 2 0
65,305 65,305 0000000005fe93277186702fb9e5692cd5e9e851f9a09323a023c64ad0ec5958 0.00 MB 1 0
65,304 65,304 00000000066e6bbd32dcad103710d6cdb7c2c98055a744b0edba777ff95c2b9e 0.00 MB 1 0
65,303 65,303 00000000093252f3721746287119ee0efb5e3a77bab6ff340f18352083bde6a7 0.00 MB 1 0
65,302 65,302 0000000002cd96605c4bd7aae52543884b2f1b4f69e08897d57e140365c24da3 0.00 MB 1 0
65,301 65,301 0000000004083306eaa420132cb1099716faf9ac627691c78167eb671a3fbf30 0.00 MB 1 0
65,300 65,300 00000000037d524cb118fedb3f2495a4c999ec74839d7008114461f3b17529b1 0.00 MB 1 0
65,299 65,299 0000000003bfa458b5a47d9542a7ab5eb07fc226aa1e2c5f4a416e3ef5062fa5 0.00 MB 1 0
65,298 65,298 00000000077edda0a6c8f9ba4c5d68d01b193d60ac2b0cc6f7bf135d9d0c72f3 0.00 MB 1 0
65,297 65,297 0000000007748f15a8a9f908838f571b95e19922d593d976549474071feacfd0 0.00 MB 1 0
65,296 65,296 0000000007b61cb73b7aa0c89117de93102930c6f0916051f15a6bc359361940 0.00 MB 1 0
65,295 65,295 000000000020454015e68c4a3e33c7d7a945388ab7dae26debb229992eda13b8 0.00 MB 3 0
65,294 65,294 000000000ae01f8e60a4e926bc21702fcf0c3fc20808d5bd9087f8ec687f6e62 0.00 MB 1 0
65,293 65,293 0000000004a481a902e4af7f1e8570cc2269079c6704491db12da419d09d6258 0.00 MB 1 0
65,292 65,292 00000000010cd9590a4d8d37c61ae75124dcae88f0f21406e77f0c8f84d73998 0.00 MB 1 0
65,291 65,291 0000000001814ab246e5715ffcbb20f7962020433d5d8b51371165aa2824fb4d 0.00 MB 1 0
65,290 65,290 000000000a81a1f8b3facfea2442c4fd58f187a392ad7846981cbcb4d515f8bf 0.00 MB 1 0
65,289 65,289 00000000072d804dddc438c9852675df66870b0d18e2cd7b276c3e86412a0ee4 0.00 MB 1 0
65,288 65,288 0000000001cbe07e6c3c2a41f52afcbbc0a200468683667433b60a5eb532934e 0.00 MB 1 0
65,287 65,287 0000000001cda635636b10a26e572ea7969b916c30447b5179b5d96d8e2aa593 0.00 MB 1 0
65,286 65,286 0000000005313d7ba8eef6da180fd5a491d40751efc83486902a34ecd2190b62 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.28 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,242.76 GB sent, 119.94 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.