Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,334 transactions (0.82 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,681 000000000000000000022b910000000000000000000000000000000000000000 0.81 vMB 2,313 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,680 (341,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
570,566 570,566 00000000000000000012950902b9806eb18b66298cd7b9f0d734f5219d79daa0 1.09 MB 2,878 30
570,565 570,565 0000000000000000000a23c0d4d57c8fb066dcd92408cc0a0d45cdd02d55f6d5 1.18 MB 2,253 85
570,564 570,564 00000000000000000006d7612784ba7d3ae26969da5eeaaee6a6223fd4f934c6 1.31 MB 2,630 133
570,563 570,563 0000000000000000001e086829742208b98b301cda7edddd4707e3c884311905 1.15 MB 388 3
570,562 570,562 0000000000000000001bd2a8ba61cf9de88ccb2953dd780a48a7b3dc191c9e36 1.06 MB 1,032 21
570,561 570,561 00000000000000000021d1fa3ab2758d7d863eb650e80911fa10d576dd5263e0 1.12 MB 2,364 39
570,560 570,560 0000000000000000001a702f15c64b13a274f0a2e92cd376aef73fb136aa1c8d 1.04 MB 908 16
570,559 570,559 00000000000000000009f13b5cb0593ab612b876386508e9f49d6e3198c56141 1.09 MB 2,850 39
570,558 570,558 00000000000000000016875c0c8f4985708ed299f850970e96ce6dff7af2096c 1.12 MB 3,012 43
570,557 570,557 0000000000000000000335b8597073996872c685ced8f911693f9ad10da31e99 1.02 MB 3,220 6
570,556 570,556 00000000000000000017a122d545ab9f080fbf0f5b3bad0367ddbe6176fd9533 1.14 MB 3,121 50
570,555 570,555 00000000000000000002592a468a84a781e99ae7756d9d4052f202cc04bea2ce 1.13 MB 3,017 56
570,554 570,554 0000000000000000002205c130f60e9f74f9a408b874abc75ae4d164d22d9f5b 1.08 MB 2,819 37
570,553 570,553 0000000000000000000683cd6de512b99ba555000a6a6ab1f2500f8edb0416d4 1.13 MB 2,970 51
570,552 570,552 00000000000000000005d572661460e45d25d0d7f23c39c5a44fcc58818dbe08 1.14 MB 3,046 44
570,551 570,551 000000000000000000094a53e2b9ef82a376eddd9d6d7ef2b8b868ccf5a147a7 1.28 MB 3,586 65
570,550 570,550 00000000000000000000df96409cd1873e558a4bd33b16d4c0f17238f471862f 1.23 MB 2,607 138
570,549 570,549 000000000000000000027dca923a6ee44432bf3c614818cfcd55c3d71c7401ea 1.56 MB 1,694 96
570,548 570,548 000000000000000000150534f442fa50c1b647ae1b3ba2563431c000b99ec33f 1.23 MB 2,993 63
570,547 570,547 0000000000000000001c01a5a35c2f910187d50063c48e7a853a02754c262936 1.19 MB 2,849 66
570,546 570,546 00000000000000000017c20dccb7299518666e7eabf725e668609688ba26becf 1.02 MB 407 6
Previous 10 blocks ↓
Total Size: 776.50 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,425.20 GB sent, 131.12 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.