Memory Pool Memory Pool Refreshing

9,521 transactions
2.89 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,500 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (635,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,781 272,781 000000000000000007ce6cb3a915e7225e975ef75e347c82d64109247ad55d86 0.25 MB 526 52
272,780 272,780 0000000000000001ec65c58f61aa1086cc0e70c16c35c935c609932c9d78e2df 0.02 MB 28 89
272,779 272,779 0000000000000000c05fc586bb712630c3549ccb4fc75a472f7aa68ae0a9dd05 0.06 MB 152 56
272,778 272,778 0000000000000005d851e5501ad3cb7bd9afdabbd3a78bc35e7c4e5ffae7b741 0.02 MB 61 42
272,777 272,777 000000000000000506958bd39993a650bf7af99735b5a4e9223908345137d6c1 0.11 MB 223 49
272,776 272,776 0000000000000002c7342251faeaf54284fe800b2bb4bbe967f4fd2e9efc70fe 0.10 MB 173 54
272,775 272,775 00000000000000010a9e4d760b0dc898eb5d39c87e57536ca74d8791b1ddcdb1 0.15 MB 376 78
272,774 272,774 000000000000000203827d977eabe292e8e79e8aa07200aea3170b34dd609e6c 0.23 MB 367 37
272,773 272,773 0000000000000003ec77b79355d65f9e84c4a0a6972add3c229280268140b94e 0.02 MB 36 80
272,772 272,772 0000000000000004ea7819c457956ae4e6c796759dd0377a550e1ae0d6576870 0.20 MB 445 65
272,771 272,771 0000000000000004cd5bbce80676e2de84eaeed05cd62585a2452ef90dce71bb 0.15 MB 321 41
272,770 272,770 0000000000000002d103994e2666f6d691001dd2594abdae189e79961de710b3 0.09 MB 180 39
272,769 272,769 0000000000000000ef4e54f458e0aca49658016f06d740d40c48331008b2e3b5 0.30 MB 242 17
272,768 272,768 0000000000000000a68f52ae25c3d1faaf10cee9ba6b659a700635c71d14ae5d 0.25 MB 599 64
272,767 272,767 0000000000000000f7b96df1a5ab2343204c20b951ecfc50a0c031127516266e 0.25 MB 554 84
272,766 272,766 0000000000000003a1cc4d28405fbd87764602c0ea03735cc1e4000097f60036 0.02 MB 60 60
272,765 272,765 00000000000000060112584a9e784dd30cd48299a1db4b93fce834089aad3b94 0.20 MB 243 20
272,764 272,764 0000000000000000da58268599cf0372ff46ab22b3d0229bb28070c6c5b2bf60 0.25 MB 621 93
272,763 272,763 00000000000000012763dc8101ca19c1d106340c162c6bffd95415d68d99cc9a 0.02 MB 32 18
272,762 272,762 00000000000000011044cd89784221f6ff7679ea8d866805de173806640f958a 0.20 MB 329 45
272,761 272,761 0000000000000003e8e3ae5a7152806241a083e58090d48db82b43d5d5a0f8a5 0.15 MB 283 41
Previous 10 blocks ↓
Total Size: 769.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,635.04 GB sent, 94.13 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.