Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,798 transactions (1.48 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,978 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,853 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,977 (33,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,217 878,217 000000000000000000000d59837fa18d2c6d2c1f28b5c763c373ed7ce3bdf4b7 1.61 MB 3,447 3
878,216 878,216 000000000000000000006ab2ac483ceac60a085b088fb59c7545bf24ee2c10c5 1.62 MB 2,513 4
878,215 878,215 00000000000000000000ea5597f4c674f2a9270d63288a0a6462c4f7821a0e91 1.66 MB 2,129 2
878,214 878,214 00000000000000000000116a375e7d8b4333868df647fa552b0bcb678acabbd6 1.96 MB 982 1
878,213 878,213 00000000000000000000a252ff9f764dfa5acd3d47c8af70d89aa2a3eef765e0 2.05 MB 161 1
878,212 878,212 000000000000000000025fac0b08c72fdf3371741f72438cca8efe2ab5cb8b6b 2.07 MB 381 1
878,211 878,211 000000000000000000010476beb5c6bb32eb31738645dd0445995c574f4f6d0e 2.02 MB 1,615 2
878,210 878,210 00000000000000000001bc3b75ac7b6cbf33326284473dade26159dd107965cd 2.05 MB 716 1
878,209 878,209 000000000000000000010480e97f3f45f1a378d896c8fa1a03ccc448b1510aaf 1.67 MB 3,149 3
878,208 878,208 0000000000000000000221ce56845d8805888c31dc257107ff3f26a3e4bba4db 1.64 MB 2,746 3
878,207 878,207 000000000000000000026e35d5085b78544e443347bb33fbcefc51e93a8f734f 1.59 MB 3,156 2
878,206 878,206 000000000000000000015d3d2c840c113a9b9fe7edc245b0732fb6dc7dab99ae 1.58 MB 3,350 2
878,205 878,205 000000000000000000007147fc2a8390ae4c9a46cf1d0235afc7b7b70dfbc477 1.59 MB 3,688 9
878,204 878,204 000000000000000000027fdc578a9bebd1a7b638a5a42e45badc7516c23cc6be 1.61 MB 2,392 2
878,203 878,203 00000000000000000000180cc156345f6ed27668255f137236900c2f3ed55710 1.57 MB 4,266 2
878,202 878,202 000000000000000000023e4a7e7773f95e5f9b92c3a012a1e211c1babffebee8 1.54 MB 3,033 6
878,201 878,201 00000000000000000001df1b62ab4f04c81a13b30d0e13a626d7949693d45d66 1.56 MB 3,016 8
878,200 878,200 000000000000000000010d25ed5ea1ea99b9b3627598ef5e34a77531dfd35d77 1.49 MB 2,156 3
878,199 878,199 000000000000000000002de6102eefd202dfa2509e8993348ef5141ce3d6aaa2 1.75 MB 353 1
878,198 878,198 00000000000000000000c0ed4291214a293c4e8adbb099ba8b84fa1462b6e8ea 1.55 MB 742 2
878,197 878,197 000000000000000000009f5b0d3338354ef75380481c832eb9ce1388f48a3771 1.58 MB 2,999 4
Previous 10 blocks ↓
Total Size: 777.04 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,500.41 GB sent, 133.66 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.