Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

399 transactions (0.11 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,870 000000000000000000022cb30000000000000000000000000000000000000000 0.11 vMB 389 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,869 (841,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,631 69,631 000000000103874555ba83cfd5a6f9c3fd8047adae08292ac3bb32b4dab5a5d2 0.00 MB 1 0
69,630 69,630 000000000132e7908ca29729b0cb18be15206356a168665d05ff956301687a4a 0.00 MB 3 0
69,629 69,629 0000000000fb0e539e3976a3a07ddbc9f4d84f5105977e7a159e7a18a2813241 0.00 MB 1 0
69,628 69,628 0000000000ff75623cad73169e85a313e5d9f3dee624e2e83deb7a128a7658b3 0.00 MB 1 0
69,627 69,627 0000000000a47ab5353c63d83757972cab9a9bca7374b1862c9aadbe5f9cc2df 0.00 MB 1 0
69,626 69,626 000000000161b0e8724d8b5b3338423e056ee2a7d4420054058adb9286c7c2a1 0.00 MB 8 0
69,625 69,625 0000000000b8ef5686edfed2ed55361d81ca023776898bcdcc9ce3f33a7629db 0.00 MB 1 0
69,624 69,624 00000000007d8c8f27c43ab4e1628b457e453604159785ca230eb98a4e6b0886 0.00 MB 1 0
69,623 69,623 0000000000713ca92417f9e4300a1a4abc1c83c399bed41f5c1add142796225d 0.00 MB 3 0
69,622 69,622 000000000044ae1aa65ed810f3cea9c048df9c3ec00a6f0d43a11d0cebadc698 0.00 MB 1 0
69,621 69,621 000000000168e2ac396131c071347a398576b018bd0166f847e956484b2a1362 0.00 MB 2 0
69,620 69,620 0000000000d29900cd2d5796a012ef9c81bc8891792033b5b2604e57b5de5437 0.00 MB 3 0
69,619 69,619 00000000012c33c237a12d9d6b2fcc936eef0c84f5632042a600f298124f1bcf 0.00 MB 5 0
69,618 69,618 0000000000eb8ea04c51e4584572867f7ed9adc997f2be2abd80ce084b3c5da2 0.00 MB 4 0
69,617 69,617 0000000000f3e5094860ff73523fdee8d97fa6c73ac3efd50335d737eb204510 0.00 MB 1 0
69,616 69,616 00000000003ee551db15367ab94efed7e3624550fbe7f155d23224bf40d66231 0.00 MB 3 0
69,615 69,615 0000000000d2f3e7abb4abfb3d27b155e404fa63e472ccbeb6915b021700e8b5 0.00 MB 6 0
69,614 69,614 0000000000bde0bc46ac4a9adc7785f600ccaae517f0efaff58a41d60939e10d 0.00 MB 1 0
69,613 69,613 00000000009d2ceea4e210837d475831474452a40166a45d2752e86806338075 0.00 MB 1 0
69,612 69,612 0000000000425852304f6cda6d4385071b03453c24868b59790d7cc5045d8b27 0.00 MB 1 0
69,611 69,611 000000000168002179487d684e3b6d31122285d4484e4e518825db38e661b647 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.00 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,342.81 GB sent, 123.70 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.