Memory Pool Memory Pool Refreshing

69,964 transactions
27.50 vMB
Show Random Selection Loading Transactions
Max Size: 154/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,999 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,365 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,998 (569,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
275,974 275,974 00000000000000022c76ecda603608cf1e92c276a22582b3f5632bbedcc6fd80 0.50 MB 1,152 48
275,973 275,973 0000000000000000bdc2d95b605a197cb752fbaa3ea5b5faa28555efddf332f3 0.02 MB 46 46
275,972 275,972 00000000000000046cf4629a0a4bd42fecb0b94ea17b67c9fd4c624c15ceb0aa 0.11 MB 274 56
275,971 275,971 000000000000000162afeae63cecccc13e6c556efd619102168ad84ed5973bfc 0.19 MB 376 52
275,970 275,970 0000000000000003bd93cf2242372fc1f57da776cd57b067880cce1ed2e288e9 0.01 MB 28 36
275,969 275,969 00000000000000017328b290927a4515aabfcd619a8025b278cd1066fecaa452 0.07 MB 123 37
275,968 275,968 0000000000000003f9f5e3ad201feb26b2e2bedb6023238368bd911ba903b196 0.02 MB 39 46
275,967 275,967 000000000000000154706831b905da0987e0fd7d149ec199cd85676b09b477a8 0.18 MB 367 67
275,966 275,966 0000000000000003a714a4ba42c5cc4152cebd12352352a78661aa727fa7f6a3 0.05 MB 56 11
275,965 275,965 000000000000000424165fab15ac80615af6bff23a62be7bc63d70dbb0689dde 0.05 MB 121 85
275,964 275,964 00000000000000016381a4f1be8b7b1965c2d3e99a11ed63041e7bf7534b4c06 0.14 MB 341 46
275,963 275,963 000000000000000484b0e566b6ba383a1ffe5dc0c64ef65f54490a38128a0f8d 0.03 MB 88 55
275,962 275,962 000000000000000369b391e569c5cfe0430981157a61296cbf8ba2065730d3dc 0.18 MB 307 40
275,961 275,961 00000000000000002591cdc7cf9f1cc049091dc73a682c4aee9eb817af711648 0.01 MB 33 33
275,960 275,960 0000000000000003f6c835de0fc2d1a90de68dc8c0b16bbe873a7419b03f076c 0.12 MB 244 47
275,959 275,959 00000000000000015a7fef66eeb065d6aa69f88b8ae60c8e2e7a0b6d5a310f62 0.15 MB 319 38
275,958 275,958 0000000000000001491b5b16d260abfb66763109eea71870af1a603fefb20f76 0.19 MB 322 39
275,957 275,957 0000000000000002a12c41059d90a46b2b92ed172138ce510e7f21ff5eb87bdf 0.06 MB 142 47
275,956 275,956 00000000000000040e59c54e334002c095f967970bcda404e39e03469ce11d02 0.01 MB 21 25
275,955 275,955 00000000000000032bf811f3c4eb03110cc4b3e20b25145a604f0e22af958f2e 0.20 MB 347 35
275,954 275,954 0000000000000001b6f00acd796b37d8a5542a78afdedb509ddd80e12649d575 0.03 MB 76 116
Previous 10 blocks ↓
Total Size: 652.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,256.29 GB sent, 74.37 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.