Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

10,776 transactions (3.55 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,900 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,897 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,899 (832,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,337 77,337 00000000000d9d629df9d70512f3d90002ac1b9dc487c227adeda02756c718f3 0.00 MB 1 0
77,336 77,336 00000000000871b23e9a209f99db2912375b5d71f2c0c1885fbf166489a0b719 0.00 MB 1 0
77,335 77,335 00000000003cef0a21be33e588c9d8162acb850bc5905035174193072e921d8d 0.00 MB 2 0
77,334 77,334 0000000000182e50763b30835754e3413857a9be7fdccce6e1d6c3506228a3e4 0.00 MB 5 2,145
77,333 77,333 000000000023344ddca1f41027019a297d712385e4984198af393bc4b164fa60 0.00 MB 1 0
77,332 77,332 000000000053da78d41b42c2425d41ae5dd319f95b32b2c11cae526976690f0c 0.00 MB 1 0
77,331 77,331 0000000000114f60026bc24bf6d28216402f343dd31606e7488f99e3a548f548 0.00 MB 3 0
77,330 77,330 00000000001de7325657f29c88be213d15bd383cbad9fb123b3289e689c020ba 0.00 MB 1 0
77,329 77,329 00000000004a55fedf76a4356d16ea22165675b670725202f075fd02bbdc0dae 0.00 MB 1 0
77,328 77,328 000000000009f64c74c4092137e8bbca58b19a83a228104ed9135c5355cf6d54 0.00 MB 1 0
77,327 77,327 00000000002d7301e846af4bc984543a84c3c931f524cb4dcd2f55b870ad7676 0.00 MB 1 0
77,326 77,326 000000000051c4f539497722f819ac1ce9dc09725fdfcafd34f5ef9f4196a637 0.00 MB 1 0
77,325 77,325 00000000001bcaa38f65cf50f90958753562a80f11f62cf1adfdb949d974774b 0.00 MB 2 0
77,324 77,324 0000000000441cbb6aada800bb2e398acb3006e06ef20b483c2dd58818308d86 0.00 MB 1 0
77,323 77,323 00000000000d87b9743449f12ee4f73914852643bbcc52ea4a3f8a93a0116dfa 0.00 MB 4 0
77,322 77,322 00000000000f26116f6af878a2de3c0848485b69a4c9b7a5e662ebaeaeb9178a 0.00 MB 1 0
77,321 77,321 000000000065a0496a0cd396922318965eefe946568291dffd97e321b76f76e5 0.00 MB 3 0
77,320 77,320 000000000016d58bc31a0bee28a76911699d87dfdaa3f2056b37afa323e5390e 0.00 MB 2 0
77,319 77,319 00000000005050b9457e5a7d244a8aff91b657ee9ac972dc164fdf483defec90 0.00 MB 1 0
77,318 77,318 0000000000296cbe335cab7437a2c53825c5c9fba0694f1a0ef71c6191ae2019 0.00 MB 2 0
77,317 77,317 00000000001227dbb87a2b0cb3a07db01226a3c4afb07fcee00d1e9b0691266d 0.01 MB 5 0
Previous 10 blocks ↓
Total Size: 773.21 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,171.77 GB sent, 114.47 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.