Memory Pool Memory Pool Refreshing

4,846 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,949 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,906 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,948 (180,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
727,238 727,238 000000000000000000068ac822d1f7ec66fc587f5c752cb37947a5750ce3fd38 0.41 MB 579 6
727,237 727,237 00000000000000000007a5fd37313dc19a26ec8ce5153e77910570e0857ff462 0.51 MB 387 3
727,236 727,236 00000000000000000000bbb11158e9d83af9abcd5556b00e3ebe8be149d6bf16 0.02 MB 31 3
727,235 727,235 000000000000000000056c3315eb5658a11041badde33447fcf4451ca925721b 0.43 MB 595 7
727,234 727,234 00000000000000000002264f0549ffa53b004d144c34925ef8676ce3a9222ecf 0.70 MB 1,112 4
727,233 727,233 0000000000000000000351512216a3a6370f6a1a8e6f8455dfb509fe10bbca38 1.46 MB 2,662 11
727,232 727,232 000000000000000000009815f530eb4c7b0e71b4d627db551f80d1ad56214727 0.16 MB 163 11
727,231 727,231 0000000000000000000659d96bf0f2af308a78f592fdb685d71e4e78fdb69706 0.29 MB 657 9
727,230 727,230 00000000000000000002ef15f66584ee686933e28b617da6e1745b4261b2f271 0.01 MB 35 7
727,229 727,229 00000000000000000002542d84887893db1b56122103fcfc45c9d43d4943228e 1.47 MB 1,442 5
727,228 727,228 00000000000000000008af3603b194960e4f41e549d2a0fecc9324a9165a2b95 0.05 MB 57 7
727,227 727,227 0000000000000000000115a685b994c6cf248ee9f3d80344548d362f3b278924 0.40 MB 510 12
727,226 727,226 000000000000000000057c8088757e978b68c46a614c9b4ce76d5880ce31a713 0.47 MB 848 8
727,225 727,225 00000000000000000005253a7a2ded82702694201409ac9b3e0dc777d92b6537 1.53 MB 2,646 8
727,224 727,224 000000000000000000087aae1f01ab1f05c280302afd4aa0ce412b7662f3e4cc 0.46 MB 876 7
727,223 727,223 0000000000000000000482ea6f1e4a522c9eb3f6eb151409ef19c16d73e6ff11 0.44 MB 618 6
727,222 727,222 000000000000000000009210310148f4d76f0a4f4b20bc5ef7f28cb80accb3b7 0.21 MB 361 9
727,221 727,221 000000000000000000023cf0168db83858aa963cb594c833bd32c2ccebca373b 0.71 MB 738 7
727,220 727,220 000000000000000000010a23e0a73f7490df29b23862b1bba741de5ef61c1691 0.19 MB 350 7
727,219 727,219 00000000000000000000730c0560966a6b013c0a260aaf0c59dbec8a5b24528c 1.02 MB 366 2
727,218 727,218 00000000000000000009ebc1a7c872f7917e466a63c9ff3e4975c89730c5d046 1.27 MB 1,240 5
Previous 10 blocks ↓
Total Size: 769.45 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,645.89 GB sent, 95.19 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.