Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

14,014 transactions (4.38 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,933 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,105 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,932 (471,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
439,963 439,963 000000000000000002c0b0517341e1ba39242e5684828dd306f49719b10e6367 1.00 MB 2,043 64
439,962 439,962 000000000000000001d4216fc92205ec60ee917de4a96acfa06dbd4cfa07e88f 1.00 MB 2,793 71
439,961 439,961 0000000000000000006f981d168ee0b527ba587f4332dcfc62dce4bdc3306393 1.00 MB 2,135 139
439,960 439,960 00000000000000000257738670a73c23303d90ac33367da5a9150b6f63ed1e73 0.75 MB 1,949 67
439,959 439,959 00000000000000000015357dfcfea73819dfcbaa251762714af852d0b938a3c6 1.00 MB 2,139 77
439,958 439,958 000000000000000000012c842de39bb5321fe1ef217cdf638c97ca3a374a3324 1.00 MB 2,435 140
439,957 439,957 00000000000000000354baf53f6f6bef4c23004b0941307b8b75a4a8b7c99224 1.00 MB 2,608 62
439,956 439,956 000000000000000001d384ec881202a8f4eb2423f1d985e98cbd887181a28e87 1.00 MB 2,313 51
439,955 439,955 000000000000000003d8b5b6dc11e0982f6b4b368ad988c223332b6681001f8d 1.00 MB 2,006 61
439,954 439,954 0000000000000000035134a3dc72150fc4b4fa98fb50f0139097fa4181917af5 1.00 MB 2,859 95
439,953 439,953 000000000000000002d7b5c78bb03e01794276d53d36debc253dadbb05e61087 1.00 MB 2,237 74
439,952 439,952 0000000000000000012af60bd05f5ea85cb9a28ce3654fa0c30ad6538a1b9f46 0.99 MB 2,686 50
439,951 439,951 0000000000000000024ff8d1c366d3d668bf26c61bbd6565877ea2c049b9b972 1.00 MB 2,393 74
439,950 439,950 000000000000000003a83a9ac8721ed86cfd1fe9b254dc19c6eaaec37211ce04 1.00 MB 2,216 76
439,949 439,949 00000000000000000356ce1cf0ba81fee0498f2abb46f0e8406dbd1e2616d2c4 1.00 MB 2,826 53
439,948 439,948 000000000000000000b5c25a6e591fa82ed7d4efda9ad4d804dfcd0b7004f870 1.00 MB 2,447 65
439,947 439,947 0000000000000000036ae0b2417d6a6f5321bfbb20f59e9bb0a6519ec83e0476 1.00 MB 2,637 97
439,946 439,946 0000000000000000026a2ca84df582aade92854b93578af6d347b52b7fe2fc5f 1.00 MB 2,873 82
439,945 439,945 000000000000000000d00960806eb4aa108f308a143a69f69189445690983271 1.00 MB 2,383 75
439,944 439,944 000000000000000000286872563f88ba5ffd4e2afebb76660395c1713587768a 1.00 MB 2,571 81
439,943 439,943 00000000000000000047d7bfc51ea27383e86e4d40575e566d591994caa98508 1.00 MB 2,218 104
Previous 10 blocks ↓
Total Size: 776.96 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,493.34 GB sent, 133.31 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.