Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,658 transactions (2.25 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,042 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,414 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,041 (857,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,033 53,033 000000000fbfa1b0cd2e84431031352698ba3c79ce6fa04ff8f2ec1f80ab506e 0.00 MB 3 0
53,032 53,032 000000000181568ce7099ec07389e626cad5b60f906c52769a9b7cc1ba031015 0.00 MB 2 0
53,031 53,031 0000000000c5836a687d0dcc8cbc762e183b3167dc84bdd54cb927ca7d349d42 0.00 MB 1 0
53,030 53,030 000000000cde17903b512b6538154add3436696d3bd9a7dba36c2bf272be1013 0.00 MB 1 0
53,029 53,029 000000000edf2ece518b481700e96beb4fabdeb1bed111237dc1ce44631bfa7a 0.00 MB 1 0
53,028 53,028 000000001152181e406476dc6df70aa26689d04a11af8284c12139efca40330a 0.00 MB 1 0
53,027 53,027 000000000873f2aef0d0fd0352a56fc244c653fd36fac950ec47fa955bdc6b10 0.00 MB 1 0
53,026 53,026 0000000011de3e5b4fe707070bad37d891642dfb2bf72e8f1a74a52d67ef75ae 0.00 MB 1 0
53,025 53,025 000000000d215e51eee0778771af16155643caf951724726103668e9d5a79ace 0.00 MB 2 0
53,024 53,024 0000000007035e79134f8bb4aad867e8bc056b539c3d8890b96fbf0764cf40bb 0.00 MB 1 0
53,023 53,023 0000000013550f23da0e44576de74fe07281b5c67e3a63c35f128d2e638d73c6 0.00 MB 1 0
53,022 53,022 000000000558e9895b0fdf08b0e6af46e4f19ecb2db6ba26dbe5a9a29571e2a8 0.00 MB 2 0
53,021 53,021 0000000005346ea3dcf19210c170e7a535bf5d81796cbb88f91b641aeff22ff9 0.00 MB 1 0
53,020 53,020 000000000da54264d8eac61035e216393e92fdbd15c7a60c496013e20cdfa01a 0.00 MB 1 0
53,019 53,019 0000000011afdbebcfbd2861780cd563e9d96eb724ed12a927593655964a6a0e 0.00 MB 1 0
53,018 53,018 00000000070c81cd1f6b596929dad0efb91788935a2d074f872457b1fe7bd9a3 0.00 MB 1 0
53,017 53,017 000000000e4b3b117bf59e1edc4342aac2d9b76c3babfbd26746a53c9a850186 0.00 MB 1 0
53,016 53,016 000000000d78391f0ebe1746d0f6b93163f3983405fe26c1db69bdb2f7d9ae87 0.00 MB 1 0
53,015 53,015 000000000a738f7aad31809279cbdbf78a7a32a43012ceef66a43c347d33608a 0.00 MB 1 0
53,014 53,014 0000000011999becb10bb45cdd77cb0b58ac5fc2d0f098565049fefaa5bb9812 0.00 MB 1 0
53,013 53,013 000000000e19d28cc1c682fa28addaf577cc3d6093e9658849dfbdd91d66e1d6 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.47 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,185.68 GB sent, 115.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.