Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,701 transactions (0.47 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,690 000000000000000000022b910000000000000000000000000000000000000000 0.47 vMB 1,699 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,689 (880,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,272 31,272 00000000117747300f8c3ebb314ad739af970eed15bf05da9fcb3424d10fd679 0.00 MB 1 0
31,271 31,271 0000000058aa0002b02045bfb64c4641e4482f15e1e7f4d588ddf8e9fe4f6495 0.00 MB 1 0
31,270 31,270 0000000080e58828f1d08e07ba7cd80940d29228d4272c6fa463fb8173f1e8cd 0.00 MB 1 0
31,269 31,269 000000001906cab26d65dc49444381ba71adfb5c7c5e7465c5014244fae39c2d 0.00 MB 1 0
31,268 31,268 00000000ff55cc32c97c4cca695a9ffe92bd12ab824fe3ab032c98cfb056d88b 0.00 MB 1 0
31,267 31,267 000000000fb8e84d22b58d8f3f4ff54bd5a939b55d115abacb3458e550b38271 0.00 MB 1 0
31,266 31,266 000000001223b77220144728b5c16732559744bbcdf35e56bda0586217da77b5 0.00 MB 1 0
31,265 31,265 0000000061703159e1ce3f9e755ca3548c3eec3a8987b5ce415c138eca37133a 0.00 MB 1 0
31,264 31,264 00000000f3f9571a6f49d40cbd58c088f9638fc37876ab015500e53ce2046d6d 0.00 MB 1 0
31,263 31,263 00000000b645feecd7ad3eecc7f49cdb8b64bea93e24b6758d97cedcfb238a11 0.00 MB 1 0
31,262 31,262 000000007e5d13e3f7ecb621909166544473f9990503404363920e1990bbb2f0 0.00 MB 1 0
31,261 31,261 00000000b60efb89117dcfc2962f5cf356508af1be46dec78f118789949c5a6d 0.00 MB 1 0
31,260 31,260 000000007da125fdbaeb5c1dc1afc5f1387c62150c624a45708ea73c9c24a6bd 0.00 MB 1 0
31,259 31,259 0000000030c33024a216374065573d428696633a8fc9b9c39423fed4cc6974b5 0.00 MB 1 0
31,258 31,258 0000000044cb6c6fa8bec81d00173f195f2c9caeb64df034f23a5ebc531bdeb2 0.00 MB 1 0
31,257 31,257 000000000f219c2bbf2b54d20b5da0d5f619b457f0636370bca32f62291c39fd 0.00 MB 1 0
31,256 31,256 000000005695dedf5bd3e1a068fb68a03bd487e58e0589d6f68f7e86f722e46e 0.00 MB 1 0
31,255 31,255 00000000f6ef4734327f4c16edc6d1bab85547c69902a8038e9925f717902f38 0.00 MB 1 0
31,254 31,254 000000004fe28ae923b3e8f73f7008f4859eba4a77551a9e5aaa26ff59192845 0.00 MB 1 0
31,253 31,253 000000008d1f8a6aa2a16c7ea3e67da545b63d4a3f664a3dd5666fd178c604e6 0.00 MB 1 0
31,252 31,252 000000007744b3a2c4adf72eb84cc805173b0ba37402eb0cea57a3d8d533d88a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.51 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,425.53 GB sent, 131.21 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.