Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,351 transactions (0.58 vMB)

Priority:

  • 1 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,588 000000000000000000022cb30000000000000000000000000000000000000000 0.55 vMB 2,346 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,587 (881,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,600 28,600 0000000002eea5ae5c4296b5ed985d54fca651838f2be20c084a0382544ab3ad 0.00 MB 1 0
28,599 28,599 0000000009ccca174d21381994087a2e6d457dcdf6524dfd7debd4266fe9aadf 0.00 MB 1 0
28,598 28,598 000000007c3368dfe9c6aca0a0f7b12004bed17d35aba69a214028a0a29f0a63 0.00 MB 1 0
28,597 28,597 000000005f5b6dadc86faa71ae055e57bbd0a26a0d0ac801ce7f855c4100538e 0.00 MB 1 0
28,596 28,596 00000000f1122a0bae9e585ba62049664bfa45cd565295ebd833ceb94d06d2b6 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 774.46 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,254.85 GB sent, 120.88 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.