Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,710 (702,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,878 204,878 0000000000000297ff8bcac8354d328aee368f22a62ad1b40525b88eb57c5a51 0.03 MB 38 17
204,877 204,877 00000000000003dc842e90da942cde2802c16df9871427a1f11df84bdd3a086e 0.07 MB 158 136
204,876 204,876 00000000000004a1dc3f144ade3b031db62c37eb732dd68892e05ebec9c6ba7b 0.03 MB 81 52
204,875 204,875 00000000000001b027e1831325bd7812c02773498fdc53e2bf0b2953fdc6c297 0.13 MB 217 114
204,874 204,874 00000000000002c4efe6c266869d9ddf6e5f27f1cd47afc0e29defdfe470dd12 0.00 MB 13 15
204,873 204,873 00000000000004ad1e7b45b43d044098309edc2b963e45ea1cfae096a4c81cca 0.05 MB 139 67
204,872 204,872 0000000000000257ce356d9ed28429037139beed9a139d6b8bc2a11d318589f1 0.02 MB 35 89
204,871 204,871 0000000000000033bba33095c6d7a02fd789473c9edd2bb5e1b5b9ec69e54222 0.00 MB 15 21
204,870 204,870 00000000000002711d43594d011842fdd0f96cac5738ba57b50b8e0bf5dd9f7e 0.02 MB 46 64
204,869 204,869 00000000000002b9788e180e2296399cab5cde48f2a6e84432ff4aaa33b3d72c 0.02 MB 44 127
204,868 204,868 00000000000000ece99b164354db747544a95e75646e0437674b183160a13c93 0.12 MB 279 114
204,867 204,867 00000000000004e308ee82f595c445a828990baf8fa60f6e1dbeb61e963f1efc 0.06 MB 137 75
204,866 204,866 000000000000004638fc7fc97ac71f403f5f77ee0316a74eceaa13e9f29ff177 0.17 MB 384 132
204,865 204,865 00000000000000eaf5f1ed3872467e44dae71d646d64b26bc4c0d2f0805926e3 0.05 MB 93 132
204,864 204,864 0000000000000418a0e73c48fc54befc194e212f1adf61c19722e460b0bdd053 0.13 MB 370 141
204,863 204,863 00000000000001ae49f36e7f32710a5e0bb229ac71db96dc8ebf142916bcce05 0.00 MB 10 103
204,862 204,862 00000000000000993c592df27e139ac3b8359acf8980e6173df4bb0faa6f16fc 0.15 MB 355 119
204,861 204,861 00000000000003a0fe4fea55729cc37934d3b5ea6691a48eea39f3249fd14d42 0.05 MB 96 309
204,860 204,860 00000000000001f411ced5e930c010211e0db640301dfbe984e62233b229f43e 0.10 MB 206 106
204,859 204,859 000000000000044acc1c708e28dbf05da3a2abb581758eaddb8cf65b0da3b64b 0.09 MB 205 151
204,858 204,858 0000000000000249bcbe707cb7edfb3a66fd1c1df4dbd2115fbc1dc50703945a 0.12 MB 308 210
Previous 10 blocks ↓
Total Size: 769.00 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,616.87 GB sent, 92.83 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.