Memory Pool Memory Pool Refreshing

5,562 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
908,078 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,462 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,077 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,077 908,077 0000000000000000000152a3e12b46ed3e6217298f36a462ff042786105e7386 ago 1.47 MB 2,599 3
908,076 908,076 00000000000000000000c04ddec2c31158477c92e44533327b35956b9c0d02b9 ago 1.55 MB 2,581 2
908,075 908,075 00000000000000000001ec7f4bef90af9f1051f46358660bb4812e23c54aca5e ago 1.89 MB 4,532 2
908,074 908,074 00000000000000000000b58d992579feb8a25bba6daa94772b914792eba577c2 ago 1.65 MB 2,882 1
908,073 908,073 0000000000000000000053488a8561719b1f110ae6b8f416a2bba04cb4f33c0b ago 1.44 MB 2,291 2
908,072 908,072 000000000000000000001f4eec0ca50a70b6a782e5c16d9295cbfc41049eed2c 1.65 MB 3,132 3
908,071 908,071 0000000000000000000228e386ae820e58c2c2d5e3f8dc85463f8618480e077a 1.64 MB 3,148 3
908,070 908,070 00000000000000000000db67ef45a96c3b722f7164f5cb9b7e7c0ad16f3c558d 1.53 MB 3,023 3
908,069 908,069 00000000000000000001ed23f69c287892aa2763ebac09804f82c06d82a4b1b5 1.75 MB 3,921 1
908,068 908,068 000000000000000000001b7a83023de48c6e193f0f57e81147734cba96af4903 1.54 MB 2,800 2
908,067 908,067 00000000000000000001343006e211a526ce0387c55b19ff441ac9d2e8ebfbc5 1.49 MB 2,512 2
908,066 908,066 0000000000000000000203b65f2762c6120af783976959ecf525b2b237fc43f2 1.62 MB 2,994 2
908,065 908,065 00000000000000000001f8646009e82a157daaf2953b5656090883aa76e57156 1.59 MB 3,163 2
908,064 908,064 00000000000000000001d7a5299183411b6da402f1c20dfc4bc56d41d8eb529c 1.51 MB 3,408 7
908,063 908,063 000000000000000000007359b9531fa6f2cdc2b6ba00f1f210d51cf1993b2399 1.89 MB 3,304 0
908,062 908,062 0000000000000000000114308cd646604b52c7a5a4317b031972903474b6c9a9 1.65 MB 4,132 2
908,061 908,061 000000000000000000021592e876115489f61e0ca7347a05a2f64ac3e704415d 1.61 MB 3,658 2
908,060 908,060 0000000000000000000004e14a5807068fa94ff5cc09127e69df0c2e6c3c82ca 0.12 MB 212 2
908,059 908,059 0000000000000000000113b8cf5cd0e5c0c0d6a3a7575dab49f16510c81eec29 1.29 MB 2,498 2
908,058 908,058 00000000000000000001707cf5e0789f4738e43eb7b14cf8b44d92d482184697 2.03 MB 1,428 1
908,057 908,057 000000000000000000010e6fbbe4c5b116006c111bdca2337f711ec3a411d451 2.07 MB 676 0
Previous 10 blocks ↓
Total Size: 769.69 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,655.92 GB sent, 96.34 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.