Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

321 transactions (0.09 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
910,487 000000000000000000022cb30000000000000000000000000000000000000000 0.08 vMB 300 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,486 (846,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,302 64,302 00000000076b6f61d2de35ca2921bbdd614dceb060fa32c5302e795bb1d5be51 0.00 MB 1 0
64,301 64,301 000000000464f251031d27ef126d9ba27ce00a49b232b3cbca55a25015639ac8 0.00 MB 3 0
64,300 64,300 00000000037ec053852dbfe8f598535be17bd8f1b5caf44bb78d8f469750e41d 0.00 MB 1 0
64,299 64,299 000000000c6e5b6eaa5950055f65cd5e188f759a62a09e23a9c20ded019cd9e5 0.00 MB 1 0
64,298 64,298 0000000000222a7cff9089503f9d384bf70a61dfde09bd2785f5022d1bac17eb 0.00 MB 1 0
64,297 64,297 00000000021ca1b6a8ce63c99fb1e450bcb565162bef04e3afb306b6be2e4ea3 0.00 MB 1 0
64,296 64,296 0000000006e6d3726523ad1341bb2fdf5a42e081f36e5935bf421f4b88298143 0.00 MB 1 0
64,295 64,295 000000000cd28d7b40a844bb428902eeccf46f20617628cadb2b0a1e49305dcc 0.00 MB 1 0
64,294 64,294 0000000009fc43efb36fc85c75b373e80802fb1b5da61a1784525c1f6031ad87 0.00 MB 2 0
64,293 64,293 00000000001764d6aaa0ace56720f04b1313c641ca6a35918cf253b66256bbc9 0.00 MB 2 0
64,292 64,292 0000000007a25b71107139dbdf26a9ee06589db1a9c288104719fa33f2927b3a 0.00 MB 1 0
64,291 64,291 000000000a9f72f303860f214d1f29804f512f2dd59a01b73862920db8d9e70b 0.00 MB 1 0
64,290 64,290 0000000005c6f43af93be3cdbd5b62ea3cae2f563b34e92bf8a94d92384303aa 0.00 MB 1 0
64,289 64,289 00000000018edfcb22b2fbb5738a2937e0df9b8623a8a52932a212b7b594d9ab 0.00 MB 2 0
64,288 64,288 000000000268dc9d03376832c17c1850d0279918214dc6ca39c1c2cb856b8a16 0.00 MB 1 0
64,287 64,287 00000000060380cfa5ea6a7bd308277855673e4c47d9e21c7322925963746c3b 0.00 MB 1 0
64,286 64,286 0000000003df16853e719d68bbe6b13624e2c8e3b526933b8120093435aaa9bd 0.00 MB 1 0
64,285 64,285 000000000a3aa07ec978bb67f09723e3258315f5c6b29a30ef3b55920edb290b 0.00 MB 2 0
64,284 64,284 0000000006a23059b2f85ae4ddc4b020d957f5cbff02e90464504b07e4916831 0.00 MB 1 0
64,283 64,283 0000000005eadd1a2a772836ce13f97907e09a669594dd6905eea925044ffb3d 0.00 MB 1 0
64,282 64,282 00000000004b282218f4c57643a32f8d9db33899873351dbff2c81421090187d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.29 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,243.92 GB sent, 119.99 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.