Memory Pool Memory Pool Refreshing

47,465 transactions
48.07 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,799 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,009 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,798 (175,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
666,057 666,057 000000000000000000038f530cc8c059f569a49202242c4929a95e3a09619685 1.18 MB 1,906 128
666,056 666,056 0000000000000000000d839bd3a0ef7e60088eb45f1bf80fde68b240c56054c1 1.32 MB 2,742 143
666,055 666,055 00000000000000000002c0f71c5af6897be86c1c58b491f51aacc02967db8c78 1.19 MB 2,826 128
666,054 666,054 0000000000000000000d0cdd8fb46026a42c85c246870b54f19365f031f31cf0 1.26 MB 2,219 138
666,053 666,053 0000000000000000000254567a2521ab99e62b14ad99f5648768a794693391b3 1.30 MB 2,559 134
666,052 666,052 00000000000000000002cf1e11bb4232e59012ce8258997d339f418be751398e 1.38 MB 2,465 149
666,051 666,051 0000000000000000000b685acb303ca7476bbcc13f647f2ecf475d9e949b2f38 1.37 MB 2,337 139
666,050 666,050 0000000000000000000ab248c8e35c574514d052a83dbc12669e19bc43df486e 1.28 MB 3,207 158
666,049 666,049 00000000000000000006cf00a49d1e02d9cf6536fb7f39f10d0515c68fa486ae 1.28 MB 2,051 134
666,048 666,048 0000000000000000000d76dc7689479b0012e6a1a46c6c61cdb06e933d1241ac 1.24 MB 1,382 129
666,047 666,047 00000000000000000001844f4d71935fee6a119cf6f54e28caea75a3ce67e52c 1.20 MB 2,859 103
666,046 666,046 00000000000000000004785f62cf47e09ee5ec67cda8e67deccd243eeb36338d 1.66 MB 1,805 109
666,045 666,045 00000000000000000005b45dc93012f875361796723374bc965129ad72d329bb 1.33 MB 2,317 123
666,044 666,044 0000000000000000000d7023d7c440036f84ea249bf28fac264f9e11ef2e7ebc 1.43 MB 2,808 126
666,043 666,043 0000000000000000000402b929aed8209add914193ebd0e7ca15ad2274dcc595 1.30 MB 2,604 136
666,042 666,042 00000000000000000009560a750cb5c160ad27038188b84bf2f0a5fd49e7e455 1.37 MB 3,189 169
666,041 666,041 0000000000000000000b6b2bcde5ab27d9e2f03f821ea65867d4926f1005bcf3 1.36 MB 2,425 112
666,040 666,040 00000000000000000001d89dc2c844105f1ebb5a46a41cacf59a38476a5fd160 1.45 MB 2,402 131
666,039 666,039 0000000000000000000cf9853502700afb53860bd7f8ebb7fd8cf4cc31a3bc18 1.37 MB 2,873 146
666,038 666,038 00000000000000000000993cde84ba1b2da807980405421887a2ddf65fffa3a3 1.11 MB 2,321 70
666,037 666,037 000000000000000000005668e6629f604f7a38759c67fd3deb4c47c6d4f13555 1.21 MB 2,373 77
Previous 10 blocks ↓
Total Size: 646.38 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,344.32 GB sent, 37.45 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.