Memory Pool Memory Pool Refreshing

53,859 transactions
36.30 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,237 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 6,969 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,236 (151,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,203 696,203 0000000000000000000127bf04b902844e724575401b42fc2a91a58ac1761105 0.26 MB 420 11
696,202 696,202 00000000000000000000672d24b580ec7127f1d608a2b8d2f96d41d525fee797 1.13 MB 2,357 17
696,201 696,201 0000000000000000000295cab0ddfae845036504ad092b9472622924b3f9b989 0.38 MB 700 19
696,200 696,200 00000000000000000005fe8bb859cbea0cd3f79858164e86a37b70c9a59080b4 0.85 MB 729 7
696,199 696,199 000000000000000000038c48ba96f078c3825b809dfa9b569329c7df003bba66 1.36 MB 1,360 5
696,198 696,198 000000000000000000092cb0d9c128998b7566fd4807559a21de3f83b30b058e 1.41 MB 2,949 16
696,197 696,197 00000000000000000006f0ec67c131014697a703b63cc02b60e5063d4ef21ab4 0.03 MB 59 33
696,196 696,196 0000000000000000000e9717aa6b234dbcac9a3daabb81b229ba7c4113e3c5b7 0.32 MB 630 13
696,195 696,195 00000000000000000004b408f3ed7b1ed6735cc6d1d0e70f9d9ef467634a99db 0.71 MB 1,619 14
696,194 696,194 0000000000000000000fa0c3c64e6f7a0761bdaa12fc624f10e1b4f5e9e37cee 0.68 MB 1,401 16
696,193 696,193 00000000000000000003ad2809f421c82cfc0ab2bbb20710fb9d55132438ad3f 0.22 MB 384 14
696,192 696,192 000000000000000000011854984489e07951da331fa20fa3c9a6950fd89726e6 1.21 MB 1,355 8
696,191 696,191 0000000000000000000f00812b7b294ccebcd6ce12150edbf6fcba7b31a7b2d8 0.18 MB 269 17
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
Previous 10 blocks ↓
Total Size: 656.40 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,543.37 GB sent, 102.50 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.