Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

406 transactions (0.18 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,260 000000000000000000022cb30000000000000000000000000000000000000000 0.18 vMB 386 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,259 (881,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,560 28,560 00000000131164c16089c3b93b5fd3b11e9917a53518490b8d26d1964d094174 0.00 MB 1 0
28,559 28,559 000000004e4e61bf4edb9f7acb9880afff2bf24e4dbcdcdeab97ce4a2290b29e 0.00 MB 1 0
28,558 28,558 00000000a6e5c756bafa5093b1aa7d6a4073d888356790cb197d60b888b2cd2a 0.00 MB 1 0
28,557 28,557 000000007ad70c88bbbb4cc91f765152353e41d213a456b31aec534f6e4a9f97 0.00 MB 1 0
28,556 28,556 0000000019ac807a08bf545284d938e66c01e123938e8ce99aa4b3667fe2f3cd 0.00 MB 1 0
28,555 28,555 0000000077ac1f98f89c6fcdcd4f2cd7dfaf7a7a2f6b1ed149d8fb4c3cf89e7e 0.00 MB 1 0
28,554 28,554 000000001bf1e96206b9dc9610b49c6e3d30ee9fd0b71f34997c4ee5a5b73b25 0.00 MB 1 0
28,553 28,553 00000000435bc3122849bf9d40bd949d18c7b85528319175ec3545ad449b9a14 0.00 MB 1 0
28,552 28,552 000000004a3cc77f1bb4ce81cad2734e6dc179791c66d7720cf4e75431440765 0.00 MB 1 0
28,551 28,551 0000000070746afe3605840cee0b9d76040031295d2bf83c0561f82d2b50d16d 0.00 MB 1 0
28,550 28,550 00000000fc01198df374ccf5699ea332359a9541d2ef418d876079fdc55f4a1b 0.00 MB 1 0
28,549 28,549 00000000c2c4d7875b20c11dc6515a821580081840bbd376cc8ed9cc4f1b7f7b 0.00 MB 1 0
28,548 28,548 00000000b064429727a1278db9c04cb365b580c3cd8b3aff8fd6818ad7aba13a 0.00 MB 1 0
28,547 28,547 000000006ca76e1b488c667421e46afbca275e11060c732769cfa29b222089ff 0.00 MB 1 0
28,546 28,546 000000004565b61936b72de54634e5424a20b34ce4d3e07d79c44b059302f17a 0.00 MB 1 0
28,545 28,545 0000000026f300a112d6f4ffa4b0a7cef4d35800dd25699f3bd1499d7628dfe6 0.00 MB 1 0
28,544 28,544 0000000005685b69c2aec0ff8700c404b3616e3cbaee77d6daf1d8a042d0d850 0.00 MB 1 0
28,543 28,543 00000000cbd3d7ebe54ebc62d4778b46a7cab8311e842a94d3b099a65773b7da 0.00 MB 1 0
28,542 28,542 00000000c756b2f4b8f4df02e20e1db25ff5043e78b0a83f7c07bf702191792c 0.00 MB 1 0
28,541 28,541 000000003fd3d3b23332f74ad413a6b47eeb55a2ab083f123ad410e8b54bff7f 0.00 MB 1 0
28,540 28,540 0000000055ab62c753cdbac6c20a9644839c727ac4e1f89fe24e03c24f67332a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.88 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,220.63 GB sent, 117.97 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.