Memory Pool Memory Pool Refreshing

533 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 488 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (17,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,859 889,859 00000000000000000000d9497a0f7c4f017ecf780511b209aad10a31165c92a7 1.54 MB 2,760 3
889,858 889,858 000000000000000000019ebcaa3843a583dbb84cf56988897c0dcbed4e68b6f9 1.60 MB 1,961 2
889,857 889,857 00000000000000000000dd47143dd6790ddc576a228cc1a2e34e9ae346736232 1.19 MB 1,234 2
889,856 889,856 000000000000000000015277bf7c51ac0adeb223da74b3d2384e19d7ddc55ed2 1.56 MB 1,910 3
889,855 889,855 000000000000000000010b04b02821acafbdceffab2eb8eda12fbf7faac1cb0c 1.43 MB 2,301 4
889,854 889,854 00000000000000000001457f2a78aacc46eb6393930217bff0389a65d640c86f 1.54 MB 3,088 6
889,853 889,853 000000000000000000022e9d6e47287b62739d09ffedf6f0570a8a7ece5f7a21 1.61 MB 3,696 8
889,852 889,852 000000000000000000009b64e8cbecb719eb3883e23acfd8eaad68c60796fb68 1.45 MB 1,605 3
889,851 889,851 00000000000000000000af296d50f78d52558b194d331308a471019b7f037229 1.58 MB 3,192 6
889,850 889,850 00000000000000000000f852b1ec6b6873aee03facb580aa96c8929074fb35ae 1.90 MB 1,807 2
889,849 889,849 0000000000000000000096308afbe616fa3d66b4c83632f70b8ee3e036834240 1.57 MB 2,508 3
889,848 889,848 00000000000000000000aa742908c1bec2a6d3dc5483ff7e00f8e2fe3c7e169a 1.51 MB 3,511 6
889,847 889,847 0000000000000000000021b4ea3f2bb92f4d91900d0efaa61a39644c04d8a9f2 1.28 MB 1,887 4
889,846 889,846 00000000000000000000c2b9bcc4abb9daa747c31f3578640349ee102811709f 1.15 MB 484 2
889,845 889,845 000000000000000000000cc2c663a74cb32b56d081a1477273b13e0f33a72df1 1.15 MB 426 2
889,844 889,844 00000000000000000001f9fd56cffb264685a142ffc7e507a26969c19a04f200 1.20 MB 1,373 3
889,843 889,843 00000000000000000001b0de8335197c2b5516c11482229bc9b3f9105a8d8ed2 1.15 MB 132 2
889,842 889,842 00000000000000000001b2b4928426f268607fb73ea9c400cb30caed2f51626f 2.10 MB 548 2
889,841 889,841 0000000000000000000037eb0a58756ea8d1bfe44bc749c2474f4e2cd7dfc3c1 2.05 MB 814 2
889,840 889,840 000000000000000000011b732022c4404353531f3ab70aa0d36b25a4cc1d41ce 2.16 MB 239 2
889,839 889,839 00000000000000000000e3f0be94f3a08561cc5e929647b3d573cf2eb6f8db0e 1.95 MB 1,152 3
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.