Memory Pool Memory Pool Refreshing

42,925 transactions
47.27 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,759 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,530 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,758 (437,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
404,529 404,529 00000000000000000520e972c401d586d6c2e0be985feb4e0275654444d157c0 0.93 MB 1,526 25
404,528 404,528 000000000000000006a13300b1b819c2a0a9461b9399d10bb49882ffe87fd192 1.00 MB 2,398 38
404,527 404,527 0000000000000000030f694a584aabae78eba31ade5cc34990d35ae0f13d89c2 0.99 MB 3,561 68
404,526 404,526 000000000000000004c4b324f99dff10ab0fa27b6f9adbaee90b82b4e3698b87 1.00 MB 2,546 45
404,525 404,525 00000000000000000161fb8001d1bceb85d42a4d7dfc32c4f66e09895a9c0cfa 1.00 MB 2,625 51
404,524 404,524 0000000000000000059301139298ddc41ae60037e61351774f1995de9c43eee5 0.74 MB 1,396 35
404,523 404,523 000000000000000005b1d772be25915e7a4b8c1907bbbbb92a79a1cfa0347792 0.19 MB 432 33
404,522 404,522 00000000000000000191e37c085b2a71e73a71a1c91187941a97d4d04fcdb7d1 0.67 MB 1,369 48
404,521 404,521 0000000000000000065ff1a1d072545b7a24ba29dad384b04e1a36938aa16605 0.52 MB 785 44
404,520 404,520 000000000000000003673888ee07e97e82c1fc78f88bb8ec0d44b5345a6bf6a2 0.08 MB 181 38
404,519 404,519 000000000000000000bc6947503bfa6f342b5de5c33bef0f7468439568c910d7 1.00 MB 328 7
404,518 404,518 0000000000000000009949fb8fa54ac7c4228c7e61bdf40fe6b70a5098a8cf99 0.75 MB 1,821 39
404,517 404,517 0000000000000000068fabf3d5cbd18508e5e0aaa318b83232f071249a7e41af 0.18 MB 264 25
404,516 404,516 0000000000000000000b84e34f9054f48817031f553be58060f028e5ecd9280d 0.13 MB 214 22
404,515 404,515 0000000000000000033954acdc45fb8f150323a7f3cfde1e13e2b78c156840a0 0.16 MB 336 29
404,514 404,514 0000000000000000012d376e7aa2e1de892030ba5c2dafef6facd82895d4f102 0.44 MB 781 31
404,513 404,513 0000000000000000066898ed526fd5b17f024efebe16f4535202767af88f6576 0.74 MB 1,686 37
404,512 404,512 000000000000000001393f1b53c0c2b125e8a2b9be8f7b52b20885c1a4f2414f 0.56 MB 1,020 35
404,511 404,511 0000000000000000043019f051a7dffdfa8fcb9235a5458786e81c6e42dcc424 0.26 MB 492 31
404,510 404,510 000000000000000001a7be705f37742274a221a06878fcd5fd1cc0142a4b259d 0.12 MB 149 16
404,509 404,509 0000000000000000035570124a79d3649b50dae3fc1574d303d681e10c432375 0.21 MB 458 38
Previous 10 blocks ↓
Total Size: 646.31 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: 8,340.83 GB sent, 36.99 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.