Memory Pool Memory Pool Refreshing

2,038 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 2,035 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (366,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
540,994 540,994 00000000000000000005aa2809af21eb96bea55d50fd5064da9fe308045c5e4e 1.20 MB 2,806 18
540,993 540,993 00000000000000000018ee70263b9d9d03a5c1bb3d1ce2c4c893b9fed24334c6 1.24 MB 2,908 14
540,992 540,992 00000000000000000021c505a8a77c91cf88272b5f781b7903d7049b89705898 1.14 MB 3,260 16
540,991 540,991 0000000000000000001cb5dcc5ed9e8adf80de43d3661bc3cbb30defb2c1a492 0.00 MB 1 0
540,990 540,990 00000000000000000023747d9c9628984b52a0f6069bb8f2286f40f2792110e8 1.41 MB 3,165 12
540,989 540,989 0000000000000000001c33a8b27093308b3244c978cb0b3d4e2cf851df4fa323 1.16 MB 2,757 20
540,988 540,988 00000000000000000024aaa220c28e931f99d18c3fff46d7a46789c463944f41 1.22 MB 2,761 22
540,987 540,987 000000000000000000113696ca691c079ced4b60c469257f706c646ad0576f70 1.22 MB 3,043 30
540,986 540,986 000000000000000000186598cef068f397b916ed8367aa316c9b9e4b4e12e8d0 1.30 MB 3,210 29
540,985 540,985 000000000000000000179f282d45cdc00ebe5cd69eec218ce7b9a231f5a93d74 1.21 MB 3,107 38
540,984 540,984 00000000000000000012a835a790c20d4dfb773af13738bb0c456842aaa2fbe6 1.14 MB 1,228 27
540,983 540,983 00000000000000000016e3c46dab2e84e337ffc46d7c6e45be087b3bdc27e42b 1.10 MB 2,061 18
540,982 540,982 0000000000000000001ffccefc133339e234e1dd3097f35a464b4d14d6e2af2c 1.17 MB 2,029 22
540,981 540,981 000000000000000000044bc8329d2cab24b8a1afa74e4ffc6dfa2d6fd15fe88d 1.07 MB 1,649 12
540,980 540,980 00000000000000000025cd740e69990c42bb47c88bac7e5a593457f6ffafbdef 1.13 MB 2,634 16
540,979 540,979 00000000000000000002d3a866ccc069d4f76096a7464d6b88ff2be12d8b714b 1.20 MB 1,917 15
540,978 540,978 00000000000000000014784479252a99331ba57b84171994899946d9e1d96d13 1.23 MB 3,158 30
540,977 540,977 00000000000000000025c6474398aa53670d4f497aa10a8d8001bf84955aac6b 1.29 MB 2,847 20
540,976 540,976 00000000000000000010905957d3bf8782ba7758b1f5e802477e548c2410f3a9 1.15 MB 2,581 48
540,975 540,975 00000000000000000026ec67e00bdcae01dc46315d17d234e31c452473b2bb56 1.30 MB 2,817 29
540,974 540,974 00000000000000000016d098d0c1bdd4583464175b8ed0d389f121a282959050 1.22 MB 3,320 19
Previous 10 blocks ↓
Total Size: 769.19 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,633.71 GB sent, 93.90 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.