Memory Pool Memory Pool Refreshing

32,306 transactions
43.75 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,458 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,186 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,457 (725,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
117,302 117,302 00000000000021e33729a054c1d463f1b138fd540aea3100d267d9fb60e0e7f1 0.00 MB 10 1,079
117,301 117,301 000000000000c0fa258c433f6c1a3af9d88cf8eda2040b4bc3fa0686598b8f60 0.00 MB 1 0
117,300 117,300 0000000000007307c09f13327ff55d472b3968edca9fd4e8d20fcae5ebac3617 0.00 MB 11 680
117,299 117,299 0000000000000036b4b80aa86327ad9e3964eb0dc842466fc22c10e2f92d8e14 0.01 MB 12 936
117,298 117,298 0000000000005557bf5f639e15bb9b66c8cf63a43dd07a77606c208d9186e5d4 0.00 MB 8 1,023
117,297 117,297 000000000000a51786738ad84f7b779986aa4f3314ab22e5a6fac92ff0707923 0.01 MB 6 0
117,296 117,296 0000000000006c077b9b2da920c13ba4816ec05e0542ce9c68322cf5748a4118 0.00 MB 1 0
117,295 117,295 000000000000ca1d0281bec8b2b0d464f620b19d90e2b865f9ae53408577f01b 0.00 MB 1 0
117,294 117,294 0000000000008395682561cf216ada1546571fb7e2845915320117689a276ed9 0.00 MB 7 0
117,293 117,293 000000000000c98b764ce86bd1c90d7e3960eac230140e61889c5e4ee683563e 0.00 MB 6 0
117,292 117,292 00000000000022ddfd71664b29a0384e5e3a85bf55f853c4a787ef6eb0254388 0.00 MB 9 1,008
117,291 117,291 000000000000146771610cd8b7cfda818957b390dca64d95ff0a9c85eb14fe11 0.00 MB 5 1,213
117,290 117,290 00000000000007b9e967729c45d70230363d96f37be25023376baca4b226eb5b 0.00 MB 11 399
117,289 117,289 0000000000009a8c614df867fc82c5fdd71577d4932caef3b42f7e09da47383c 0.00 MB 10 336
117,288 117,288 0000000000001aa1e2adeb1ce3e55108045decba54d1db5ae54b4ee37e2fd92d 0.01 MB 15 0
117,287 117,287 00000000000077d4af078549e7b6a9cc488adb7b59caa9242c2f8a0c143f1e02 0.00 MB 3 2,881
117,286 117,286 0000000000005dfd58464d36c3a545e9b0b6b0363e917f9b292aa948691bd9af 0.00 MB 12 677
117,285 117,285 0000000000006e9a5c1193984920de6dfb642097313effe98be24b4de647856c 0.00 MB 5 0
117,284 117,284 00000000000088524923ff6379721471614fd53e8d760f926c12b79f81a92e4e 0.00 MB 12 334
117,283 117,283 0000000000002c5fe5b46c12d33c634e0db09afd7dc02749d93b5cce2987d2bd 0.00 MB 8 0
117,282 117,282 000000000000150398bd26397e470e023b78460a37526a870b836d37cc1f0220 0.00 MB 7 210
Previous 10 blocks ↓
Total Size: 647.59 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,514.65 GB sent, 46.59 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

The main features of this explorer are:

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able 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.