Memory Pool Memory Pool Refreshing

3,651 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,565 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,000 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (873,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,923 34,923 0000000061c261681e84d32a8dd0aff9bc977fd6a7d52856640f3bb1687dffa3 0.00 MB 1 0
34,922 34,922 000000009b2da0d0dc17a1e4407e49a5042f780e886037ec033ffa143c9b2499 0.00 MB 1 0
34,921 34,921 00000000337decce0d35df1bbbb803531d053a97c3cf2051b44f6fae8738caf2 0.00 MB 1 0
34,920 34,920 00000000574dabc2534c3c18f62ccbc7997216ffd9f4ff606f42debeaebb0a1d 0.00 MB 1 0
34,919 34,919 00000000a7cfdc7c57a119efe3121e4b44edd248d22f097b4fdb58605d017d7b 0.00 MB 1 0
34,918 34,918 000000005995537c11417641fb060a775ed97c44216a7c7397b26ad8fa3142dd 0.00 MB 1 0
34,917 34,917 000000002c70677d8ab56475035fe6a3178422ac91317fd0905351022974ba16 0.00 MB 1 0
34,916 34,916 0000000059550d0584248512b0d7c110d971c8049891a1cd117092a6d19a2051 0.00 MB 1 0
34,915 34,915 000000002aa225647eff48cd4abc9140a8958fada8562964febe98b86adb2c38 0.00 MB 1 0
34,914 34,914 0000000078bcea5f21454c9ff872d39100e2ed55e94b215c1004595cbcd2b073 0.00 MB 1 0
34,913 34,913 000000007f4f1f302b059e294f45b8d319314cc11b58caa80a4114ce52e72a46 0.00 MB 1 0
34,912 34,912 000000007bdd4c1df762943f040a62bf5153893cb478335ab6306336f5a51848 0.00 MB 1 0
34,911 34,911 0000000072ceb00d134ebdda61edd641599ff664685d4acec6faf9e23175fb32 0.00 MB 1 0
34,910 34,910 000000001b67c9bf694c4ccb2d2e1ba00fb2c2efce4164c6f04a1dce7c1275f7 0.00 MB 1 0
34,909 34,909 0000000075b5c75ddc0f52e9c495c952963d9e0cff8e5346db069e82d2ee3496 0.00 MB 1 0
34,908 34,908 00000000ad5379b00208b34503fe22adbadabf613e3a41abdff524c59fe59872 0.00 MB 1 0
34,907 34,907 0000000025f397498f9dd49a10a0903d86fc9bc988e9d094fb238b68c235b8c4 0.00 MB 1 0
34,906 34,906 00000000042c16fd8761b6c0d5fe45651bc6979e135ee1ed9d5fe7f0fc718811 0.00 MB 1 0
34,905 34,905 000000001a0a0a3cdf8fe183d8230c26e9fbc519e2ae9a026511d38001727eb1 0.00 MB 1 0
34,904 34,904 000000000a021d28623cb1bdc7a2cf605068eca5dee938b0c9997c2367b77138 0.00 MB 1 0
34,903 34,903 0000000070e98fdc1ada01f34a563ba4a64fbdc4e87ed1982f425af4b6fe27f5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.76 GB sent, 100.69 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.