Memory Pool Memory Pool Refreshing

55,732 transactions
41.31 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,309 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 3,205 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,308 (499,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,217 345,217 000000000000000015f54b547d1e1eed101419661b9e35e5e52fe6f81040cf8d 0.44 MB 497 15
345,216 345,216 0000000000000000061a308842e9474da6d62ed2eb5e1437e4d04fee17d351fd 0.75 MB 1,779 31
345,215 345,215 00000000000000000bf5a46778c4b80cdb1d607fc1b3023f281117d6535327a5 0.45 MB 762 16
345,214 345,214 00000000000000000e8782c2e1af0eea92f07050a457d621ff7b9b67980a84c3 0.24 MB 289 17
345,213 345,213 000000000000000012e3074109188c7e2a0ef945dad93607601685aaad325ab8 0.75 MB 850 21
345,212 345,212 000000000000000013255882e2d2001342e8715a4711c63d57b1443f82dadb83 0.75 MB 1,178 25
345,211 345,211 000000000000000015586639dba7349c751c3bbb7bc84ff19d0d9fb882d44a56 0.75 MB 2,183 39
345,210 345,210 00000000000000000b63fd2b074637a7252d9d456968d9d0e747f279dd8bc131 0.18 MB 400 36
345,209 345,209 000000000000000011b1de109e7d90c6f59aecaa7da9dcbd90a29cf30f99a4f6 0.56 MB 966 25
345,208 345,208 00000000000000001175008cf07d0b057338a4dde52d96da6b403e84575c6edc 0.26 MB 446 20
345,207 345,207 00000000000000000a04290dbdedfacae917854eca910537ba794de48566b740 0.75 MB 1,064 21
345,206 345,206 00000000000000000629b313e8362e7cc422a37cf23cd88a4661bb9dc34dbe65 0.35 MB 965 37
345,205 345,205 000000000000000015644605b949d1a89598bb64fb5c6a1d5858e45e5786228f 0.65 MB 1,258 39
345,204 345,204 0000000000000000109342908385abacb5f5705a9377f4e3d1252395e89acc14 0.17 MB 330 25
345,203 345,203 000000000000000001f2ecf00ed597b06fb5968d57c22602d43131f2774dcaee 0.35 MB 496 9
345,202 345,202 00000000000000000285cdb176739eedd1b4d4fb9459922f77520c38a2ada99d 0.17 MB 316 23
345,201 345,201 0000000000000000061e004601132eae75b61e6470ffef2e671ae78c75c86f42 0.10 MB 141 15
345,200 345,200 000000000000000009c9630718cd76942a3ffba39e816ee6284324f8be25edff 0.18 MB 336 24
345,199 345,199 000000000000000002440411c3373c5603eb7d6722786949bc6abd28fd39523e 0.08 MB 67 5
345,198 345,198 00000000000000000c5b3e7e42c9eee67d8527828dcdfa80625291c08a26ab39 0.36 MB 530 65
345,197 345,197 000000000000000005e49cb1571f78ffb75d3e7b79710115d9e5fd2a533d040e 0.24 MB 365 17
Previous 10 blocks ↓
Total Size: 651.08 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,086.46 GB sent, 66.60 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.