Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

16,542 transactions (5.20 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,627 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,965 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,626 (893,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,593 17,593 00000000ee9f6c8863262b4a943d175057161c1cc26d15c2fcf3cd5107cee49d 0.00 MB 1 0
17,592 17,592 000000002664d0aee20137709a8582649e4507ce44a254e1849bd0e9b4897c5e 0.00 MB 1 0
17,591 17,591 000000001c2a511aaea64373726ad17dcc54649c2bcbc71b04ac8780f4f09e7b 0.00 MB 1 0
17,590 17,590 00000000fe9a30d701e8e3e70ed2c7344f9f18589c1245fb5d04c5b0bf27e5fc 0.00 MB 1 0
17,589 17,589 00000000a8f8018e7ccb500494b3054ae0b40d6971a0e2613bf60b847c99fa18 0.00 MB 1 0
17,588 17,588 00000000a13facce30aa10c79c505119aaf937448e07ed1a0406176561f9f1cf 0.00 MB 1 0
17,587 17,587 000000002f2b025a8484dafd2354ce9186bbb7e1dfc98dfddbc7c4959b729851 0.00 MB 1 0
17,586 17,586 0000000098dc070af1704669e0f612a5f6ac2a433040353e9511358ece311142 0.00 MB 1 0
17,585 17,585 00000000cf5ec77411b866eed3ce236a2bd7a50e2c0be6ded533e9c9da242f12 0.00 MB 1 0
17,584 17,584 000000006e9974c25ed7aa47381876eca5ddbd29bbb57d9462cac57e095bdbc4 0.00 MB 1 0
17,583 17,583 000000005a8dfd39f430cbe21236b531718ed41b60805aed243c28bad0f253e4 0.00 MB 1 0
17,582 17,582 000000005cf7232b9319aa1344fd5febc9446a181f6d8046e57742745a3fecc4 0.00 MB 1 0
17,581 17,581 000000009f31c073996aed42919cd26ca6a157a5c085d0ffa8c4243f841ea0f2 0.00 MB 1 0
17,580 17,580 0000000082fe3b13dea9f124a915d1fe538c0a4d07a153e3a199ee1f9dd99621 0.00 MB 1 0
17,579 17,579 0000000012169781b126bf4c2988f9084305f27ae0b7b289b5f1b6dea450fe57 0.00 MB 1 0
17,578 17,578 000000006ab9459bf8b9bca058f2d5cd016962c33aca54b671695225b737390a 0.00 MB 1 0
17,577 17,577 00000000a7f7bbeb9f9893c79447e5e993de9a3f4e5cd8bb58bf6e59e5304760 0.00 MB 1 0
17,576 17,576 00000000d92abc658fb744d06a4c048053af00be4e9848a9991ca72095824d4c 0.00 MB 1 0
17,575 17,575 0000000064fad0cd9a97ee6b7ca6f1446cab22b412d202d26ed7d2b2450a118a 0.00 MB 1 0
17,574 17,574 000000001ee5c1e97ebaa8f1ffe2346aea9bda48df750ef76348bea71a149c45 0.00 MB 1 0
17,573 17,573 0000000048dc57ef2effcf9da6062bc80b1891881ae8d513720464ec88840e76 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.54 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,262.12 GB sent, 121.28 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.