Memory Pool Memory Pool Refreshing

1,842 transactions
2.96 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
908,241 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,705 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,240 (839,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,072 69,072 0000000000352dc4f1d28261902136926459aa1912b3d70f1b48899b1d1994b9 0.00 MB 1 0
69,071 69,071 000000000105c51261ddef50222b217ea58d8c029d317fe8dd60a173ad05da27 0.00 MB 6 0
69,070 69,070 000000000013b495e8ce8727af834efe70c927546d277d0e8671f76d43b4843a 0.00 MB 2 0
69,069 69,069 000000000159f9a8cea5252a932a7accfad37687ec54441a66ffef72daa3adab 0.00 MB 1 0
69,068 69,068 00000000005bbf02150a88d11d5c7e074ac814b8d18919e2ac686c1d83c5e1f3 0.00 MB 1 0
69,067 69,067 00000000009092bfdee9ab8da08b16454c38318b72285f47fd931d1f35f8e116 0.00 MB 3 0
69,066 69,066 000000000113a4e5270789b229169469ccdc8be63d0773bea023956593490dc3 0.00 MB 8 0
69,065 69,065 000000000095d25517d734c31ad0be3a96db2e67d6544c9d3fe9e211ed88cb5d 0.00 MB 5 0
69,064 69,064 00000000001750d48dd6b4cd1ed326891ccbc246aa3739dc457c3b191669dcba 0.00 MB 1 0
69,063 69,063 0000000000688ca33570a2fe120fa0c783509603c5aefd1b05b77380d357c23a 0.00 MB 1 0
69,062 69,062 0000000000a5a02c4d7258c5c8dbb47f23345cb2bf95aa6c0ace0445cf6e8b2a 0.00 MB 9 0
69,061 69,061 0000000000a33fe67929598ab67e5aa87ea5a6e9c71814971bc82e24e23afaa6 0.00 MB 3 0
69,060 69,060 0000000000566805366614568cac3c012743dc1b132dbeb746d3372318fbd577 0.01 MB 16 0
69,059 69,059 000000000145f4cf30166e16af5c6c568b19d27a3d2f7b98f3d92f677caff5f9 0.00 MB 11 0
69,058 69,058 0000000000681350115fcf73f5e2430843cd84a83632df2d66dfebe408b22957 0.00 MB 2 0
69,057 69,057 00000000010bf8c3270e1f191462a6ad4372893365b78138fd1657458f3412bb 0.00 MB 1 0
69,056 69,056 0000000000b60a2e0180d8c140809c1f2d0aaf86cdef7cf2c8fd6f935764d51a 0.00 MB 1 0
69,055 69,055 0000000000d92ace00b268aedf003cd462afc8e50c140681a10108dfe8f6941f 0.00 MB 1 0
69,054 69,054 000000000128f1b4f11abe8ea4645b541c48a5156ddc7ab16ce2d6889511fd7c 0.00 MB 1 0
69,053 69,053 0000000000dbe5429d91a9d7e4eed416505a4849b703bfbe8d0ff02a9b857cbd 0.00 MB 1 0
69,052 69,052 000000000163a0e9e9dbb977e9d7659dfc41372e3856eb52c7929515d74ea6ef 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.04 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,687.61 GB sent, 97.85 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.