Memory Pool Memory Pool Refreshing

84,098 transactions
31.65 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,039 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,645 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,038 (148,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,190 696,190 0000000000000000000c677c62cc82d6dfa706acb983c15e703dc6e412e97bbf 0.82 MB 1,076 7
696,189 696,189 00000000000000000003d86c27d663e54d59f8c3649c344aae2a53957f106fed 0.17 MB 315 22
696,188 696,188 00000000000000000010210e90874819e44d173f50b893ea9c2c7bc31702b55a 1.08 MB 609 3
696,187 696,187 0000000000000000000a6a0ce5c9a9237c7de02f42f120ab0992564ec3a7707d 1.13 MB 960 7
696,186 696,186 0000000000000000000fe08c1308ca294254bb8543cb372fd706b54e27e34b9a 1.12 MB 994 4
696,185 696,185 0000000000000000000b82f6abf55152e79b7e14e3f8cb26824363133602bebe 1.01 MB 141 1
696,184 696,184 0000000000000000000acf6ad4ef47e66f12301d0de204c4abd68174e0791b42 1.32 MB 1,703 10
696,183 696,183 00000000000000000006a7a512d6147482b6a3e7e8575b6ff88557f10359b7cc 1.11 MB 526 3
696,182 696,182 0000000000000000000ce1a5b0cb7fcd6ca5bc1f31a8e4a99df9d6e0c1965813 1.01 MB 194 1
696,181 696,181 0000000000000000000d3c68597f8b2f1838dc1374ec86fb33286c746de849ff 1.41 MB 2,238 11
696,180 696,180 000000000000000000015394d058281457306cc0cc50f540af6951918ef1c30f 1.17 MB 977 4
696,179 696,179 00000000000000000007a604198e3aa3fd4b879c48dcdc68d1c8a778ad18256d 1.40 MB 1,886 10
696,178 696,178 00000000000000000004e8a92bae023378e7808aaf2a5b95a6f51e7dcff7425d 1.25 MB 1,610 4
696,177 696,177 0000000000000000000e60e14dc6e6b77cdd50adadfe08ba396b2f23dbb2f5b7 1.45 MB 3,089 19
696,176 696,176 00000000000000000007442a8ed35ea295f963e51485c2fd5bdb9c3260c5b3d8 0.17 MB 317 10
696,175 696,175 000000000000000000044644dd28d2cba54c3e58c52c8b753c21c67ede6fc41d 1.19 MB 1,284 6
696,174 696,174 00000000000000000007d619794661a5d0b38c244e67caca060f074793f0b189 1.18 MB 1,316 5
696,173 696,173 00000000000000000008057ef6c23961a6c639dbb01ac24d311ae1a147dc5cdd 1.18 MB 993 5
696,172 696,172 00000000000000000001a37b9f6e582e78bc682a2ceddb4fc01a6020b4ef712d 1.05 MB 369 3
696,171 696,171 00000000000000000007b1a560ae00f25e4a53285b663e91f04cdc0a97b16e8b 1.04 MB 394 2
696,170 696,170 000000000000000000003a8bc00173430b8c65e80bff2067533213ce618a2a65 1.14 MB 896 7
Previous 10 blocks ↓
Total Size: 652.47 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: 9,263.87 GB sent, 74.90 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.