Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,224 transactions (0.40 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,575 000000000000000000022cb30000000000000000000000000000000000000000 0.40 vMB 1,215 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,574 (881,979 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,595 28,595 00000000ce835bddd85da05fd58673fe337de0af62eed5cd671d77678938bf70 0.00 MB 1 0
28,594 28,594 00000000ee1beef68de2de0a4e518b5fddb258ff49619c55b76b680e2342d5c0 0.00 MB 1 0
28,593 28,593 0000000093fa02629933b010de75e5641a76edbf0e54bb28bfc74874dd1c5686 0.00 MB 1 0
28,592 28,592 00000000101357d04baf5a92eb3d2050824a05e864b95f6b1747063635c596b7 0.00 MB 1 0
28,591 28,591 00000000d08ee03d7a79612fc595699bd5b6f2ea1aa8e988ffb56a592f1de034 0.00 MB 1 0
28,590 28,590 00000000e7d8e50cc057ffa969550d42444da5b11726dfc110d4c652319d59aa 0.00 MB 1 0
28,589 28,589 00000000936c031f0f5163eb7eb70035efe13ce029b74f58c8b578a4436181c3 0.00 MB 1 0
28,588 28,588 0000000033aca3e24bee5f7f3f7a51d66649ec90a518ae8230e3e38cb0a4aeff 0.00 MB 1 0
28,587 28,587 0000000028aa5eec60e70c689fdb32ed4e7be0a8559d8c527e631010bab40554 0.00 MB 1 0
28,586 28,586 00000000e8cb83236ebc7faa5dbbd5dd959f570e30da0cc7e4d208e3a4400e22 0.00 MB 1 0
28,585 28,585 00000000dc3494fec6d51805db26aeb7bc40f24439a04e3178a3d26db77b0683 0.00 MB 1 0
28,584 28,584 000000003936ef749b3b84bd296838f1f661e4d7356704187a4e29604a4932fc 0.00 MB 1 0
28,583 28,583 000000005dc39b75a3685ac1076ac5f28fd612876f09defadf8124aa9ca41353 0.00 MB 1 0
28,582 28,582 00000000506db2b67ef696d72c38f79de89d71c6d290a1459f6301d12aa1332c 0.00 MB 1 0
28,581 28,581 000000008c01e4299e2d14eef078673d7883fca24bf10001c7df13ca1b30ccfb 0.00 MB 1 0
28,580 28,580 000000008e469bad81a92a5d1aa1e977f4fdb62ee7cd0cf95b097a006b721ba5 0.00 MB 1 0
28,579 28,579 00000000c7be36df751d3dc9e2ebaedffc350079ed5ccf7b63a9e66e66c9658e 0.00 MB 1 0
28,578 28,578 00000000a810f6aa2ee6ad59812f498fda9304df124dbd0223ffbabdcd2c9a06 0.00 MB 1 0
28,577 28,577 00000000790b063f61315948c5a3fe87c74f095887a53198c7f4e8f951eeb9c0 0.00 MB 1 0
28,576 28,576 000000005bd8f7c6d3acdb9aa9cbc33c353c78277f78519c1e9078594bfeee61 0.00 MB 1 0
28,575 28,575 000000007af2ffeaa8e44f219166562c8427c5c04e583f0d8f39618e4aee4545 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.44 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,253.05 GB sent, 120.76 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.