Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

603 transactions (0.21 vMB)

Priority:

  • 1 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
909,666 000000000000000000022cb30000000000000000000000000000000000000000 0.20 vMB 587 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,665 (515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,150 909,150 0000000000000000000008300d868a9f18e6177ac1f8e44add3375665d57d4a4 1.49 MB 4,488 6
909,149 909,149 00000000000000000001cd7c4c07ea4c346727eea27e5b1133074bff5f0526c2 1.52 MB 4,012 2
909,148 909,148 00000000000000000000cad0ba3cf4803cf4f3e070e4051651b26c7afeb7c71c 1.63 MB 2,842 1
909,147 909,147 0000000000000000000126b8df631225bb2299cdf330e7b620637944f80bff43 1.58 MB 2,812 1
909,146 909,146 000000000000000000019439776cb63169b9f2e9fc7e837d0a007b65174c14e3 2.20 MB 1,274 2
909,145 909,145 000000000000000000018608f47f69a33eceed0777847da3b60a68ce11d2b4e8 1.88 MB 2,342 3
909,144 909,144 00000000000000000000f9451def77562e106386f7fe899f756aa3b71ca6d562 2.01 MB 2,221 2
909,143 909,143 0000000000000000000191a6971184f5a704d0bb4fb6163292856824db3e5637 1.52 MB 4,931 4
909,142 909,142 000000000000000000017c9f248a81505f7203d1a11780f24fb4f150df54c222 1.69 MB 2,928 3
909,141 909,141 000000000000000000010d8ff1b58f9a54d8cfd66d2c311eeedf65640a69db4a 2.03 MB 1,857 2
909,140 909,140 0000000000000000000159c6cff494dd05419bb1dbb6d87707783717b4dd691c 2.10 MB 1,865 2
909,139 909,139 00000000000000000001942bb88e96f8a740b52dfa9745e64c08511f88ce2c11 1.57 MB 3,896 3
909,138 909,138 000000000000000000021e29e72f44f57e436951847efc314c7de44380f6ba90 1.57 MB 3,943 3
909,137 909,137 000000000000000000006db3833a3cee0afafda7fc98cdc468bb8c3a577691d5 0.09 MB 277 3
909,136 909,136 0000000000000000000101c646ec5abdd8c45942a5f62a20113cae8a9a306780 1.72 MB 4,624 1
909,135 909,135 00000000000000000000d899f23b450772008d59692e2ae8268779b4fd825e20 1.34 MB 2,087 1
909,134 909,134 00000000000000000000faba5948cb79116b8bfedeefb8dc8eb33702e675d081 1.43 MB 4,050 1
909,133 909,133 0000000000000000000220b325d54a97a9f1f429ea389f6113a7473bed3ebf96 1.57 MB 4,329 5
909,132 909,132 0000000000000000000120ef4f9e0e64a018056c0b2acd63a7f711fe1ee03784 1.60 MB 3,292 1
909,131 909,131 000000000000000000004bb4391ecb49e5e68a491c0157c3764290e8b2312487 1.48 MB 4,049 2
909,130 909,130 00000000000000000001062a53302a18d1af9fc30081d1203961546bc2c2a105 1.61 MB 3,743 3
Previous 10 blocks ↓
Total Size: 772.78 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,134.74 GB sent, 112.26 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.