-
Notifications
You must be signed in to change notification settings - Fork 35
/
en.json
2158 lines (2158 loc) · 116 KB
/
en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"title": "Blockchair",
"subtitle": "Blockchain Explorer",
"description": "Block explorer and the most powerful API for BTC, ETH, XRP, XLM, BCH, LTC, DASH, BSV, DOGE, GRS and TON that allow you to find, sort and filter transactions and addresses.",
"chain": {
"bitcoin": "Bitcoin",
"bitcoin\/testnet": "Bitcoin Testnet",
"bitcoin-testnet": "Bitcoin Testnet",
"bitcoin-cash": "Bitcoin Cash",
"ecash": "eCash",
"bitcoin-sv": "Bitcoin SV",
"dogecoin": "Dogecoin",
"dash": "Dash",
"litecoin": "Litecoin",
"ethereum": "Ethereum",
"ethereum\/testnet": "Ethereum Testnet",
"ripple": "Ripple",
"groestlcoin": "Groestlcoin",
"stellar": "Stellar",
"ton": "Telegram Open Network",
"monero": "Monero",
"cardano": "Cardano",
"zcash": "Zcash",
"mixin": "Mixin",
"tezos": "Tezos",
"eos": "EOS",
"erc-20": "ERC-20"
},
"entities": {
"block": "Block",
"blocks": "Blocks",
"transaction": "Transaction",
"transactions": "Transactions",
"output": "Output",
"outputs": "Outputs",
"address": "Address",
"addresses": "Addresses",
"node": "Node",
"nodes": "Nodes",
"xpub": "Xpub",
"uncle": "Uncle",
"uncles": "Uncles",
"contract": "Contract",
"ledger": "Ledger",
"ledgers": "Ledgers",
"account": "Account",
"accounts": "Accounts",
"mintings": "Mintings",
"round": "Round",
"rounds": "Rounds",
"graph": "Graph",
"token": "Token",
"tokens": "Tokens",
"erc-20": "ERC-20",
"erc-20_tokens": "ERC-20 tokens",
"erc-20_token": "ERC-20 token",
"erc-20_transactions": "ERC-20 transactions",
"operation": "Operation",
"operations": "Operations",
"snapshot": "Snapshot",
"snapshots": "Snapshots",
"call": "Call",
"calls": "Calls",
"property": "Property",
"properties": "Properties"
},
"chain_entities": {
"block": "{chain} block",
"blocks": "{chain} blocks",
"transaction": "{chain} transaction",
"transactions": "{chain} transactions",
"output": "{chain} output",
"outputs": "{chain} outputs",
"address": "{chain} address",
"addresses": "{chain} addresses",
"node": "{chain} node",
"nodes": "{chain} nodes",
"xpub": "{chain} xpub",
"uncle": "{chain} uncle",
"uncles": "{chain} uncles",
"contract": "{chain} contract",
"ledger": "{chain} ledger",
"ledgers": "{chain} ledgers",
"account": "{chain} account",
"accounts": "{chain} accounts",
"mintings": "{chain} mintings",
"round": "{chain} round",
"rounds": "{chain} rounds",
"graph": "{chain} graph",
"token": "{chain} token",
"tokens": "{chain} tokens",
"erc-20": {
"tokens": "ERC-20 tokens",
"transactions": "ERC-20 transactions"
},
"erc-20_tokens": "ERC-20 tokens",
"erc-20_transactions": "ERC-20 transactions",
"operation": "{chain} operation",
"operations": "{chain} operations",
"snapshot": "{chain} snapshot",
"snapshots": "{chain} snapshots",
"call": "{chain} call",
"calls": "{chain} calls",
"omni": {
"properties": "{chain} Omni Layer properties"
},
"release_monitor": "Release monitor"
},
"ui": {
"yes": "Yes",
"no": "No",
"close": "Close",
"check": "Check",
"coming_soon": "Coming soon",
"explorers": "Explorers",
"dashboard": "Dashboard",
"features": "Features",
"other": "Other",
"blockchain": "Blockchain",
"dag": "DAG",
"explore_blockchains": "Explore blockchains",
"mempool": "Mempool",
"loading": "Loading...",
"stat_24h": "24h statistics",
"stat_mempool": "Mempool",
"stat_alltime": "All time",
"stat_blockchain": "Blockchain statistics",
"stat_market": "Market statistics",
"stat_network": "Network stats",
"biggest_transactions": "The biggest transactions",
"over_the_last_24h": "Over the last 24 hours",
"daily_circulation": "Daily circulation",
"billions_usd_last_3m": "billion USD, last 3 months",
"usd_last_3m": "USD, last 3 months",
"daily_transactions": "Daily transactions",
"biggest_mining_pools": "Biggest mining pools",
"last_1m": "Last month",
"last_2w": "Last 2 weeks",
"last_24h": "Last 24h",
"alternative_explorers": "Alternative explorers",
"erc20_stat": "ERC-20 tokens statistics",
"useful_links": "Useful links",
"useful_links_caption": "Partners that already use Blockchair on their websites",
"explore_blocks": "Explore blocks",
"explore_transactions": "Explore transactions",
"explore_snapshots": "Explore snapshots",
"explore_calls": "Explore calls",
"all_chain_charts": "All {chain} charts",
"node_explorer": "Node explorer",
"whitepaper": "Whitepaper",
"broadcast": "Broadcast",
"broadcast_transaction": "Broadcast transaction",
"broadcast_transactions": "Broadcast transactions",
"choose_any_blockchain": "Choose any blockchain",
"insert_transaction_hash": "Insert your transaction hash",
"testnet_explorer": "Testnet explorer",
"charts": "Charts",
"erc-20_explorer": "ERC-20 explorer",
"omni_layer": "Omni Layer",
"layer_2": "Layer 2",
"valid": "Valid",
"invalid": "Invalid",
"misc": "Misc",
"transaction_statuses": {
"unconfirmed": "Waiting for confirmations",
"confirmed": "Confirmed",
"completed": "Confirmed"
},
"transaction_status": "Transaction status",
"layer2_balance": {
"omni": "Omni layer balance",
"erc_20": "ERC-20 Token balances",
"assets": "Asset balances"
},
"show_all": "Show all",
"load_more": "Load more",
"no_results": "No results",
"new_contract": "New contract",
"more_rows": "more rows",
"more_tokens_": "and {count} more tokens...",
"reset_sorts": "Reset sorts",
"reset_conditions": "Reset conditions",
"table_fields": "Table fields",
"apply_and_close": "Apply & close",
"add_all": "Add all",
"add_field": "Add field",
"show_default_only": "Show default only",
"ascending": "Ascending",
"descending": "Descending",
"show_more": "Show more",
"additional_info": "Additional info",
"services": "Services",
"products": "Products",
"for_partners": "For partners",
"for_developers": "For developers",
"raw_tx": "Raw tx",
"raw_tx_hex": "Raw transaction (hex):",
"raw_tx_decoded": "Decoded raw transaction (json):",
"partners": "Partners",
"developers": "Developers",
"social": "Social",
"languages": "Languages",
"language": "Language",
"ledger_last_transactions": "Transactions included in this ledger",
"block_transactions": "Transactions included in this block",
"latest_blocks": "Latest blocks",
"latest_ledgers": "Latest ledgers",
"latest_snapshots": "Latest snapshots",
"block_operations": "Block operations",
"prove_transaction": {
"title": "Prove transaction",
"decode_outputs": "Decode outputs",
"prove_sending": "Prove sending",
"proved": "Proved",
"transaction_key": "Transaction key",
"view_key": "View key"
},
"round_snapshots": "Round snapshots",
"over_last_24h": "Over the last 24 hours",
"transaction_purpose": "Transaction purpose",
"transaction_purposes": {
"transfer": "Transfer",
"simpletransfer": "Simple transfer",
"approval": "Approval",
"approvalForTrade": "Approval for trade",
"approvalForAll": "Approval for all",
"contract_interaction": "Contract interaction",
"swap": "Swap"
},
"reason": "Reason",
"transaction_fail_reasons": {
"out_of_gas": "Out of gas"
},
"transfer": "transfer",
"approval": "Approval",
"approved_for_trade": "Approved for trade",
"approved_for_all": "Approved for all",
"contract_interaction": "Contract interaction",
"contract_creation": "Contract creation",
"all_event_actions": "All events",
"at": "at",
"swap": "Swap",
"for": "For",
"on": "On",
"logs": "Logs",
"tools": "Tools",
"calls_included": "Calls included",
"load_calls": "Load calls",
"load_call": "Load child call",
"load_x_calls": "Load {count} child calls",
"load_next_call": "Load next child call",
"load_next_x_calls": "Load next {count} child calls",
"general_info": "General info",
"technical_details": "Technical details",
"contract_": "Contract:",
"topics_": "Topics:",
"data_": "Data:",
"name_full_": "Name Full:",
"name_with_types_": "Name with types:",
"name_": "Name:",
"arguments_": "Arguments:",
"sent": "Sent",
"received": "Received",
"canceled": "Canceled",
"failed_transaction": "Failed transaction",
"pending_confirmation": "Pending confirmation",
"transaction_": "Transaction:",
"senders_": "Senders:",
"recipients_": "Recipients:",
"transaction_history": "Transaction history",
"latest_token_transactions": "Latest token transactions",
"latest_contract_transactions": "Latest contract transactions",
"latest_contract_calls": "Latest contract calls",
"rbf_enabled": "RBF Enabled",
"rbf": "RBF",
"segwit": "SegWit",
"issues_": "Issues:",
"privacy": "Privacy",
"privacy_score": "Privacy score",
"change": "Change",
"clear": "Clear",
"unspent": "Unspent",
"stablecoin": "Stablecoin",
"awesome": {
"title": "Awesome Blockchain and Crypto Services",
"text": "We partner up with the most ambitious projects in the industry. Find a crypto service or product from one of Blockchair’s partners that satisfies all your needs by reviewing and comparing their features.",
"get_on_list": "Get on this list"
},
"awesome_types": {
"wallets": "Wallets",
"hardware-wallets": "Hardware wallets",
"market-data": "Market data",
"exchanges": "Exchanges",
"mining-pools": "Mining pools",
"explorers": "Explorers",
"crypto-processors": "Crypto processors",
"dapps": "dApps",
"entertainment": "Entertainment",
"tax-calculators": "Tax calculators",
"savings-accounts": "Savings accounts",
"faucets": "Faucets",
"derivatives": "Derivatives"
},
"awesome_discover": "Discover",
"awesome_chain_services": "Awesome {chain} services",
"no_balance_change": "No balance change",
"sent_to": "Sent to",
"received_from": "Received from",
"tx_no_logs": "This transaction does not contain any logs",
"total_addresses": "Total addresses",
"total_blocks": "Total blocks",
"total_transactions": "Total transactions",
"total_outputs": "Total outputs",
"time_to_confirmation_": "Est. time to 1 confirmation:",
"position_": "Position:",
"queue_": "Queue:",
"most_recent": "Most recent",
"donut": {
"title": "Blockchair Donut",
"text": "Donate crypto where it matters | Fundraising platform for nonprofits and open-source projects receiving donations in cryptocurrencies"
},
"failed": "Failed",
"successfull": "Successful",
"coinbase": "Coinbase",
"pending": "Pending",
"transaction_actions": "Actions",
"new": "New",
"monetary_stats": "Monetary statistics",
"faq": {
"title": "Frequently Asked Questions",
"description": "<p>We often receive questions about slow or faulty transactions. Find the answers to the most frequently asked questions below and find out directly what you can do.<\/p><p>Blockchair only provides blockchain search and analytics services, so there is nothing we can do to help you with your payments.<\/p>"
},
"help_center": "Help center",
"same_charts": "The same chart for other coins",
"related_charts": "Related charts",
"see_more_charts": "See {count} more charts",
"total_nodes_": "Total nodes:",
"by_countries": "By countries",
"by_implementations": "By implementations",
"by_heights": "By heights",
"go_to_chain_nodes": "Go to {chain} node explorer",
"node_versions": "Node versions",
"block_heights": "Block heights",
"total_rows_": "Total rows:",
"user_agent": "User agent",
"count": "Count",
"add_to_comparsion": "Add to comparison",
"hashrate_distribution": "Hashrate distribution",
"segwit_usage": "SegWit usage",
"percentage_of_non_monetary_outputs": "% of non monetary outputs",
"get_receipt_pdf": "Get a transaction receipt in PDF",
"supported_blockchains_": "Supported blockchains:",
"transaction_receipts": "Transaction receipts",
"transaction_receipt": "Transaction receipt",
"transaction_not_found": "The transaction is not found",
"download_receipt": "Download PDF receipt",
"average_gas_limit": "Average gas limit",
"median_gas_limit": "Median gas limit",
"number_new_contracts": "Number of new contracts on Ethereum",
"number_destroyed_contracts": "Number of destroyed contracts on Ethereum",
"new_contracts_ratio": "New contracts ratio",
"contract_destroyed": "Contract destroyed",
"uncle_rate": "Uncle rate",
"your_answer": "Your answer",
"submit": "Submit",
"explore_erc20_tokens": "Explore <span>ERC-20<\/span> tokens",
"news_section_title": "Blockchair Crypto News",
"more_news": "More news",
"subscribe_news_tg": "Subscibe to News on Telegram",
"simple": "Simple",
"advanced": "Advanced",
"menu": {
"api": "API",
"api_docs": "API documentation",
"careers": "Careers",
"sql": "SQL",
"database_dumps": "Database dumps",
"full_node_dumps": "Full node dumps",
"news": "Blockchair News",
"donut": "Blockchair Donut",
"awesome": "Blockchair Awesome",
"transaction_receipts": "Transaction receipts",
"charts": "Charts",
"portfolio": "Portfolio tracker",
"broadcast": "Broadcast transaction",
"pom": "Privacy-o-meter",
"nodes": "Node explorers",
"release_monitor": "Release monitor",
"halving_countdown": "Halving countdown",
"compare_blockchains": "Compare blockchains",
"eth20_countdown": "Eth 2.0 Countdown",
"chrome_extension": "Chrome extension",
"firefox_addon": "Firefox Addon",
"safari_extension": "Safari extension",
"referral_program": "Referral program",
"partnerships": "Partnerships",
"advertise_with_us": "Advertise with us",
"submit_bug": "Submit a bug or request",
"about": "About Blockchair",
"faq": "FAQ",
"terms": "Terms of service",
"privacy": "Privacy policy",
"onion_v2": "Blockchair Onion v2 URL",
"onion_v3": "Blockchair Onion v3 URL",
"status": "Status",
"bug_bounty": "Bug bounty program",
"themes": {
"day": "Day Mode",
"night": "Night Mode",
"system": "System Preferred"
}
},
"no_trackers": "No third-party trackers",
"no_js": "Works without JavaScript",
"search_placeholder": "Search for transactions, addresses, blocks and embedded text data...",
"search_examples_": "Search examples:",
"embedded_text_data": "Embedded text data",
"terms_of_service": "Terms of Service",
"terms_api": "Terms of Service – API",
"terms_ads": "Terms of Service — Advertisment",
"terms_website": "Terms of Service — Website",
"mined_on_": "Mined on:",
"total_tokens": "Total tokens",
"new_tokens_24h": "New tokens 24h",
"new_transactions_24h": "New transactions 24h",
"most_used_tokens_1m": "Most used tokens over the last month",
"newest_tokens": "Newest tokens",
"latest_transactions": "Latest transactions",
"explore_tokens": "Explore tokens",
"form": {
"name": "Your name",
"email": "Contact e-mail",
"company": "Company name",
"your_title": "What is your title in the company",
"company_url": "Company website",
"message": "Your message to us",
"get_offer": "Get acquainted with the offer",
"send": "Send email",
"ok_title": "Hooray!<br\/>We have received your request",
"ok_text": "We will contact you via the email you provided in the contact form. We usually respond within 48 hours of receiving the request.",
"ok_caption": "⚠️ We only contact via corporate emails, ending with @blockchair.com",
"err_title": "Oops!<br\/>Errors occured while processing your form",
"err_text": "Please fix these errors and try again:"
},
"explore_erc20_tokens_inline": "Explore ERC-20 tokens",
"shielded": "Shielded",
"unlock": "Unlock",
"payment_disclosure": "Payment disclosure",
"view_shielded_transfers": "View shielded transfers",
"bin": "Bin",
"hex": "Hex",
"reset": "Reset",
"apply": "Apply",
"payment_disclosure_another_tx": "The entered payment disclosure unlocks shielded info for another transaction.",
"go_to_transaction": "Go to transaction",
"payment_disclosure_error": "The entered payment disclosure is incorrect. Try again.",
"account_actions": "Account actions",
"account_permissions": "Account permissions (keys)",
"home": "Home",
"suffix": "Suffix",
"endpoint": "Endpoint",
"coin": "Coin",
"link": "Link",
"comment": "Comment",
"newest_properties": "Newest properties",
"properties_mainnet": "Mainnet properties",
"properties_testnet": "Testnet properties",
"explore_properties": "Explore properties",
"category": "Category",
"subcategory": "Subcategory",
"description": "Description",
"url": "URL",
"decoded": "Decoded",
"transfers": "Transfers",
"find_address": "Find address",
"symbol": "Symbol",
"decimals": "Decimals",
"top_1000": "Top 1000",
"quick_lookup": "Quick lookup",
"set_up_portfolio": "Set up your<br\/>Anonymous Portfolio Tracker",
"set_up_portfolio_desc": "Add current coins value you own from the list below and track<br\/>your portfolio performance on the Blockchair website<br\/>and in the browser extension.",
"my_portfolio": "My portfolio",
"portfolio": "Portfolio",
"edit": "Edit",
"add": "Add",
"total_portfolio_value_": "Total portfolio value:",
"remove_all": "Remove all",
"portfolio_show_full_value": "Show full value on navbar",
"portfolio_manage": "Manage portfolio",
"portfolio_empty": "Portfolio is empty",
"get_browser_extension": "Get browser extension",
"notify_tx_title": "Blockchair<br\/>extension notification",
"notify_tx_description": "Freely close Blockchair website and receive notification in your browser when the status of transaction changes.",
"js": {
"turn_off": "Turn off JavaScript",
"turn_on": "Turn on JavaScript"
},
"gwei_options": {
"title": "Gas price tracker",
"slow": "Slow",
"normal": "Normal",
"fast": "Fast",
"cheetah": "Uber",
"sentence": "{percent} of the transactions confirmed in the last 10 min had the gas price {price} {unit} or lower"
},
"ads": {
"sponsored": "Sponsored",
"turn_off": "Turn off ads",
"turn_on": "Turn on ads",
"turn_off_tooltip": "Turn off ads across the website for 3 days"
},
"icon": "Icon",
"website": "Website",
"data": "Data",
"node_info": "Node info",
"transaction_info": "Transaction info",
"round_info": "Round info",
"attack51": {
"title": "The {chain} network is under a 51% attack.",
"caption": "Until this is resolved, it is advised not to accept any payments as they may be double spent."
},
"api_url": {
"request_uri": "Request URI",
"copy_uri": "Copy request URI",
"open_uri": "Open URI in new tab",
"docs": "Documentation",
"tip": "Press {key} key to open the URI in a new tab"
},
"tx_slp": {
"title": "Simple Ledger Protocol",
"text": "This transaction contains Simple Ledger Protocol (SLP) data, explore it on {link}"
}
},
"fields": {
"id": "Id",
"hash": "Hash",
"block_id": "Block id",
"time": "Time",
"bin": "bin",
"hex": "hex",
"gas": "Gas",
"price": "Price",
"lifespan": "Lifespan",
"input": "Input",
"circulation": "Circulation",
"market_cap": "Market cap",
"coinbase_tx": "Coinbase tx?",
"market_dominance": "Dominance",
"price_change": "Price change",
"transactions_per_sec": "Transactions per second",
"mempool_transactions_per_sec": "Transactions per second",
"average_time_between_blocks": "Avg. time between blocks",
"average_time_between_ledgers": "Avg. time between ledgers",
"median_transaction_fee": "Median transaction fee",
"average_transaction_fee": "Average transaction fee",
"average_transaction_fee_24h": "Average transaction fee 24h",
"suggested_transaction_fee": "Suggested transaction fee",
"recommended_transaction_fee": "recommended transaction fee",
"average_simple_transaction_fee": "Average simple transfer fee",
"median_simple_transaction_fee": "Median simple transfer fee",
"gas_price_recommended": "recommended gas price",
"volume": "Volume",
"hashrate": "Hashrate",
"in_fees": "Fees",
"size": "Size",
"stripped_size": "Stripped size",
"blockchain_size": "Blockchain size",
"difficulty": "Difficulty",
"generation": "Generation",
"generated_value": "Generated value",
"transaction_id": "Transaction id",
"token_decimals": "Token decimals",
"reward": "Reward",
"next_difficulty_estimate": "Next estimated difficulty",
"next_retarget_time_estimate": "Next readjustment",
"height": "Height",
"weight": "Weight",
"mined_on": "Mined on",
"closed_on": "Closed on",
"miner": "Miner",
"transaction_count": "Transaction count",
"address_count": "Address count",
"witness_count": "Witness tx count",
"input_count": "Input count",
"output_count": "Output count",
"unspent_output_count": "Unspent output count",
"input_total": "Input total",
"output_total": "Output total",
"transaction_fee": "Transaction fee",
"fee_total": "Fee total",
"fee_per_b": "Fee per byte",
"fee_per_kb": "Fee per kB",
"fee_per_vb": "Fee per vbyte",
"fee_per_kwu": "Fee per kWU",
"coindays_destroyed": "Coindays destroyed",
"amount_transacted": "Amount transacted",
"is_coinbase": "Is coinbase?",
"is_contract": "Is contract?",
"has_witness": "Has witness data?",
"lock_time": "Lock time",
"join_split_raw": "JoinSplit",
"shielded_inputs": "Shielded inputs",
"shielded_outputs": "Shieleded outputs",
"version": "Version",
"version_bits": "Version [bits]",
"type": "Type",
"type_data": "Type data",
"first_balance_change": "First balance change",
"last_balance_change": "Last balance change",
"balance": "Balance",
"total_received": "Total received",
"total_spent": "Total spent",
"total_value": "Total amount",
"internal_value": "Internal value",
"coinbase_data": "Coinbase data",
"merkle_root": "Merkle root",
"nonce": "Nonce",
"gas_price": "Gas price",
"gas_used": "Gas used",
"gas_limit": "Gas limit",
"average_gas_price": "Average gas price",
"median_gas_price": "Median gas price",
"unconfirmed_transactions": "Unconfirmed txs",
"inflation": "Inflation",
"mempool_transactions": "Mempool transactions",
"latest_ledger_hash": "Latest ledger hash",
"latest_ledger": "Latest ledger",
"latest_snapshot": "Latest snapshot",
"largest_transaction": "Largest transaction",
"total_coins": "Total coins",
"transaction_hash": "Transaction hash",
"transaction_hash_": "Transaction hash:",
"parent_hash": "Parent hash",
"sequence": "Sequence",
"offer_sequence": "Offer sequence",
"last_ledger_sequence": "Last ledger sequence",
"owner_count": "Owner count",
"current_index": "Current index",
"signing_public_key": "Signing public key",
"signature": "Signature",
"taker_gets": "Taker gets",
"taker_pays": "Taker pays",
"destination": "Destination",
"destination_tag": "Destination tag",
"result": "Result",
"ledger_index": "Ledger index",
"index_in_ledger": "Index in ledger",
"status": "Status",
"flags": "Flags",
"latest_account_transaction": "Latest account transactions",
"slot": "Slot",
"epoch": "Epoch",
"current_epoch": "Current epoch",
"current_slot": "Current slot",
"latest_block": "Latest block",
"issued": "Issued",
"lead_block": "Lead block",
"total_sent": "Total sent",
"relayed_by": "Relayed by",
"irreversible_block": "Irreversible block",
"last_irreversible_block": "Last irreversible block",
"circulation_supply_limit": "Circulation supply limit",
"latest_block_producer": "Latest producer",
"staked": "Staked",
"ram_allocated": "RAM allocated",
"producer": "Producer",
"expiration": "Expiration",
"cpu_usage": "CPU usage",
"network_usage": "Network usage",
"transactions_volume": "Transactions volume",
"operations_count": "Operations count",
"accounts_count": "Accounts count",
"baker": "Baker",
"baker_reward": "Block reward",
"new_accounts_count": "New accounts count",
"baker_fees": "Baker fees",
"burned": "Burned",
"activated_supply": "Activated supply",
"tezos_block_accounts": "New \/ Funded \/ Cleared accounts",
"solvetime": "Solvetime",
"fitness": "Fitness",
"cycle": "Cycle",
"is_cycle_snapshot": "Is cycle snapshot",
"voting_period_kind": "Voting period kind",
"endorsed_slots": "Endorsed slots",
"block_endorsements": "Block endorsements",
"priority": "Priority",
"sender": "Sender",
"senders": "Senders",
"recipient": "Recipient",
"recipients": "Recipients",
"manager": "Manager",
"is_success": "Successful?",
"spendable_balance": "Spendable balance",
"delegated_balance": "Delegated balance",
"spending_block": "Spending block",
"spending_transaction_id": "Spending transaction id",
"spending_transaction_hash": "Spending transaction hash",
"spending_index": "Spending index",
"spending_time": "Spending time",
"spending_value": "Spending value",
"spending_sequence": "Spending sequence",
"spending_signature": "Spending signature",
"total_burned": "Total burned",
"total_rewards_earned": "Total rewards earned",
"total_fees_earned": "Total fees earned",
"total_lost": "Total lost",
"total_fees_paid": "Total fees paid",
"operation_count": "Operation count",
"total_delegations": "Total delegations",
"active_delegations": "Active delegations",
"rank": "Rank",
"rolls_owned": "Rolls owned",
"public_key": "Public key",
"volume_reward": "Volume \/ Reward",
"volume_total": "Total volume",
"row": "Row",
"deposit": "Deposit",
"extra_data": "Extra data",
"successful_transactions": "Successful transactions",
"failed_transactions": "Failed transactions",
"fee_pool": "Fee pool",
"protocol_version": "Protocol version",
"base_fee": "Base fee",
"base_reserve": "Base reserve",
"transaction_count_max": "Maximum transaction count",
"offer_id": "Offer id",
"amount": "Amount",
"asset": "Asset",
"asset_type": "Asset type",
"asset_code": "Asset code",
"asset_issuer": "Asset issuer",
"issuer": "Issuer",
"name": "Name",
"source_account": "Source account",
"source_account_sequence": "Source account sequence",
"memo_type": "Memo type",
"last_modified_ledger": "Last modified ledger",
"subentry_count": "Subentry count",
"buying_liabilities": "Buying liabilities",
"selling_liabilities": "Selling liabilities",
"created_at": "Created at",
"signer": "Signer",
"signers": "Signers",
"payment_id": "Payment Id",
"rct_type": "RingCT Type",
"key_image": "Key image",
"active_nodes": "Active nodes",
"topology": "Topology",
"round_self": "Self previous round",
"round_external": "External round",
"witness_signature": "Witness signature",
"witness_timestamp": "Witness timestamp",
"output_type": "Output type",
"script": "Script",
"mask": "Mask",
"keys": "Keys",
"start": "Start",
"end": "End",
"tokens_24h": "New tokens 24h",
"transactions_24h": "New transactions 24h",
"volume_24h": "Volume 24h",
"initiator": "Initiator",
"contract": "Contract",
"value_transfered": "Value transfered",
"is_failed": "Failed?",
"index": "Index",
"asset_balance_erc20": "ERC-20 Token balance",
"asset_count": "Asset count",
"creation_transaction": "Creation transaction",
"creation_time": "Creation time",
"creator": "Creator",
"last_time_invoked": "Last time invoked",
"project": "Project",
"success": "Success",
"value": "Value",
"fee": "Fee",
"pending_value": "Value of pending transfers",
"biggest_transaction": "Biggest transaction",
"blocks_24h": "Blocks 24h",
"snapshots_24h": "Snapshots 24h",
"median_time": "Median time",
"chainwork": "Chainwork",
"bits": "Bits",
"ledger_id": "Ledger ID",
"current_block": "Current block",
"current_reward": "Current block reward",
"halvening_block": "Halving block",
"halvening_reward": "Block reward after halving",
"blocks_left": "Blocks remaining until halving",
"halvening_time": "Halving date",
"call_count": "Call count (incl. failed)",
"receiving_call_count": "Receiving calls",
"spending_call_count": "Spending calls",
"contract_created": "Contract created?",
"contract_destroyed": "Contract destroyed?",
"contract_code": "Contract code",
"average_block_size": "Average block size",
"median_block_size": "Median block size",
"total_transaction_count": "Total transaction count",
"average_transaction_amount": "Average transaction amount",
"median_transaction_amount": "Median transaction amount",
"network_nodes": "Network nodes",
"token_name": "Token name",
"creating_block_id": "Creating block id",
"creating_transaction": "Creating transaction",
"parent_block": "Parent block",
"mix_hash": "Mix hash",
"state_root": "State root",
"state": "State",
"sha3_uncles": "SHA3 uncles",
"transactions_root": "Transactions root",
"transferred_to_shielded_pool": "Transferred to shielded pool",
"transferred_from_shielded_pool": "Transferred from shielded pool",
"join_split": "JoinSplit",
"key": "Key",
"memo": "Memo",
"message": "Message",
"liquid_balance": "Liquid balance",
"staked_tokens": "Staked tokens",
"cpu_staked": "CPU staked",
"net_staked": "Network staked",
"ram_usage": "RAM usage",
"head_block": "Head block",
"action": "Action",
"pool_leader": "Pool leader",
"is_divisible": "Is divisible?",
"is_issuance_fixed": "Is issuance fixed?",
"is_issuance_managed": "Is issuance managed?",
"ecosystem": "Ecosystem",
"is_spendable": "Is spendable?",
"is_spent": "Is spent?",
"spending_witness": "Spending witness",
"is_instant_lock": "Is instant lock?",
"is_special": "Is special?",
"special_json": "Special json",
"receipts_root": "Receipts root",
"transaction_root": "Transaction root",
"uncle_count": "Uncle count",
"synthetic_transaction_count": "Synthetic transaction count",
"synthetic_call_count": "Synthetic call count",
"depth": "Depth",
"сhild_call_count": "Child call count",
"fail_reason": "Fail reason",
"is_transferred": "Is transferred?",
"index_in_block": "Index in block",
"token_symbol": "Token symbol",
"token_address": "Token address",
"batch": "Batch",
"group": "Group",
"timestamp": "Timestamp",
"path": "Path",
"last_seen_receiving": "Last seen receiving",
"last_seen_spending": "Last seen spending",
"authorization": "Authorization",
"permission": "Permission",
"bump_to": "Bump to",
"claimant": "Claimant",
"balance_id": "Balance Id",
"account_id": "Accound Id",
"funder": "Funder",
"account": "Account",
"into": "Into",
"from": "From",
"to": "To",
"since": "Since",
"exact": "Exact",
"between": "Between",
"starting_balance": "Starting balance",
"trustee": "Trustee",
"trustor": "Trustor",
"authorize": "Authorize",
"authorize_to_maintain_liabilities": "Authorize to maintain liablities",
"buying_asset_type": "Buying asset type",
"buying_asset_issuer": "Buying asset issuer",
"selling_asset_code": "Selling asset code",
"selling_asset_type": "Selling asset type",
"selling_asset_issuer": "Selling asset issuer",
"sponsor": "Sponsor",
"sponsored_id": "Sponsored id",
"begin_sponsor": "Begin sponsor",
"signer_key": "Signer key",
"signer_weight": "Signer weight",
"low_threshold": "Low threshold",
"med_threshold": "Medium threshold",
"high_threshold": "High threshold",
"source_asset_type": "Source asset type",
"source_amount": "Source amount",
"destination_min": "Destination min",
"limit": "Limit",
"payee": "Payee"
},
"units": {
"satoshi_per_byte": "satoshi per byte",
"24h": "24 hours",
"24h_short": "24h",
"1w": "1 week",
"1m": "1 month",
"3m": "3 months",
"1y": "1 year",
"all_time": "All time",
"gwei": "Gwei",
"satoshi": "satoshi",
"seconds": "seconds",
"bytes": "bytes",
"kb": "kB",
"int": "int"
},
"tooltips": {
"click_to_learn_more": "(Click to learn more)",
"hash_expandable": "Click to expand and copy",
"click_to_copy": "Click to copy",
"click_to_copy_pdf_url": "Click to copy PDF url",
"copied": "Copied",
"transaction_statuses": {
"unconfirmed": "The transaction is waiting to be processed by miners.",
"confirmed": "It takes over {count} confirmations for transactions to be considered fully confirmed on the {Chain} blockchain.",
"completed": "The transaction is considered completed because it has been confirmed more than {count} times."
},
"time_to_confirmation": "Miners process transactions with a higher transaction fee first. Click to learn more",
"transaction_pom": {
"critical": "{count} of critical issues identified for the privacy of the involved addresses. Click to learn more.",
"low": "{count} vulnerabilities discovered for the privacy of the involved addresses. Click to learn more.",
"moderate": "{count} vulnerabilities discovered for the privacy of the involved addresses. Click to learn more.",
"high": "The privacy issues found are negligible. Click to learn more.",
"healthy": "No issues found. Click to analyze the privacy of other transactions."
},
"change": "Most likely it is the sender’s change address",
"input_total": "Sum of all sender amounts",
"output_total": "Sum of all received amounts",
"rbf_enabled": "Replace-by-fee allows you to increase the transaction fee and have your transaction processed faster.",
"transactions_pom_0_1": "Privacy score: {score}.",
"transactions_pom_0_2": "Privacy issues: {count}.",
"transactions_pom_100_1": "Privacy score: 100.",
"transactions_pom_100_2": "No privacy issues.",
"market_cap": "The total market value of a circulating supply of a cryptocurrency.",
"portfolio_add": "Click to add to Portfolio Tracker",
"fraud_usdt": "Warning! This is not the real USDT token! Beware of fraud!",
"buying_liabilities": "The total aggregate amount of an asset offered to buy.",
"selling_liabilities": "The total aggregate amount of an asset offered to sell.",
"current_value": "Current USD value",
"transaction_value": "USD value at the time of transaction",
"internal_value": "The sum of value transfers which were initiated during the contract interaction",
"funds_spent_on": "The funds were spent on {time} UTC. Go to the transaction",
"funds_recieved_on": "The funds were received on {time} UTC. Go to the transaction",
"go_to_the_tx": "Go to the transaction"
},
"meta": {
"faq": {
"title": "Frequently Asked Questions",
"description": "We only provide blockchain search and analytics services, not an exchange, bank or a wallet",
"why": {
"title": "Why is my transaction not arriving"
}
},
"news": {
"aggregator": {
"title": "Blockchair News",
"description": "An aggregation of blockchain and cryptocurrency news of the most prominent media outlets"
},
"item": {
"title": "{title} — Blockchair News",
"description": "{source}: {description}"
}
},
"welcome": {
"title": "Blockchair — Universal blockchain explorer and search engine",
"description": "Block explorer and the most powerful API for BTC, ETH, XRP, XLM, BCH, LTC, DASH, BSV, DOGE, GRS and TON that allow you to find, sort and filter transactions and addresses."
},
"careers": {
"title": "Careers | Blockchair",
"description": "Check our open vacancies and join the Blockchair team"
},
"bitcoin": {
"dashboard": {
"title": "Bitcoin Explorer",
"description": "Look up Bitcoin (BTC) blocks, transactions, addresses, balances, nodes, OP_RETURN data and protocols, blockchain stats and charts"
},
"block": {
"description": "Bitcoin (BTC) block {height}, hash: {hash}, date: {date}"
},
"transaction": {
"description": "Check Bitcoin (BTC) transaction, value: {value}, date: {date}"
},
"address": {
"description": "Check Bitcoin (BTC) address {address} balance and its transactions"
},
"blocks": {
"description": "Explore, sort and filter blocks from Bitcoin (BTC) blockchain by height, reward, miner and more"
},
"transactions": {
"description": "Explore, sort and filter transactions from Bitcoin (BTC) blockchain by ID (hash), value, size, fee and more"
},
"outputs": {
"description": "Explore, sort and filter outputs from Bitcoin (BTC) blockchain by value, sender, recipient, addresses, get UTXO set and more"
},
"addresses": {
"description": "Explore, sort and filter addresses from Bitcoin (BTC) blockchain"
},
"nodes": {