Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,842 transactions (0.83 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,370 000000000000000000022cb30000000000000000000000000000000000000000 0.83 vMB 1,825 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,369 (843,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,260 67,260 0000000003b01ed8779d50978da2f9aaa96a90feff83c065545f1470ef82c084 0.00 MB 1 0
67,259 67,259 00000000000f9e15b879bb23c3d59e413f7501befb56549e0f5c778e6815a091 0.00 MB 1 0
67,258 67,258 0000000001ef8123c61c83c43bc96f5149444ecfa4c48be089e3a84257fda427 0.02 MB 6 0
67,257 67,257 000000000040e79e1617d3280b4795426826a85290e1cc62a4e9590d25aac32e 0.00 MB 1 0
67,256 67,256 00000000011ea0b3776bd534acf40d50bf3388599933e9684762393d0d9f407f 0.00 MB 1 0
67,255 67,255 0000000001163151bce89b831ceddd7680a321a0669738c2ac326c871060ae7f 0.00 MB 8 0
67,254 67,254 000000000025498c9f6bb734249fe909f6da8922ae74fc454a1b470afbcdf6d2 0.00 MB 4 0
67,253 67,253 00000000049cec954d84ab0a8e3275f1d37efc28c1294ea2d7b5a91d6aa8f58d 0.00 MB 1 0
67,252 67,252 00000000008657c1e6451f2db8f98420867b13f369140971b8f5792dc25878df 0.00 MB 3 1,438
67,251 67,251 00000000058075dad8a62ad3fd03fc1f69c2ff89c90ab8fd399a17b68f2f3f4a 0.00 MB 3 0
67,250 67,250 0000000005784480c097db92e5741cc26019fe28f87facf96e1edb6a606c70af 0.00 MB 8 0
67,249 67,249 0000000001a7a393f26caf5c8e29fec4bf48613ee72d77a2f3e8fb575547dadd 0.00 MB 1 0
67,248 67,248 000000000345cacb64c925f3509490f8c101cc4b7ebebd460b7d26b222339a4b 0.00 MB 5 0
67,247 67,247 00000000016f4613a65aca682f879757a640b03924bd9c930802afb46d0dddc6 0.00 MB 1 0
67,246 67,246 000000000139f92e084d9d79800f8da227c710323a10d4aea6d933648cb0d77c 0.05 MB 209 0
67,245 67,245 000000000319d1b24e668671f42f9f5605884e5d420d4fe58837e792adbf6b2e 0.02 MB 76 0
67,244 67,244 0000000004cd3acaa96eb15f07769a9ff4c42a8ab6da759a620d203074255892 0.00 MB 6 0
67,243 67,243 000000000040d2b6790d99192c67432d2dbb4a528427ee5c7627a86359ee7688 0.00 MB 1 0
67,242 67,242 00000000035adc8fe6f61822cf70deb9c57319b99cee79843ff2db0d1a8ad661 0.00 MB 2 0
67,241 67,241 0000000004fc2f14f00c7b69286cf1701a82fd4f1c899858b815066af692c1e1 0.00 MB 9 0
67,240 67,240 0000000001071b56501b6926712b22b7db2fccd93a3b5be020c743c583afed87 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.08 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,233.32 GB sent, 118.98 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.