Memory Pool Memory Pool Refreshing

2,225 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,507 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.80 vMB 2,217 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,506 (903,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,240 5,240 0000000052bdd6f8ba3d5612fdd8301802b3241cb0140109e5c8b81d99d0a5a6 0.00 MB 1 0
5,239 5,239 0000000041c1fc4c6b7a54a72c248e136633dd158e2504ec768c0520435aac60 0.00 MB 1 0
5,238 5,238 00000000bebf5faa7be0cff8f3f60ee171f69ff250add9e1dd580308688bd321 0.00 MB 1 0
5,237 5,237 000000002658852ddf8110ed5ae8b42b0089f0c2a318727d2b56885d458ce907 0.00 MB 1 0
5,236 5,236 0000000072f3e99e7d129f44f9679ae08da4598460679748a75c1111f08f4207 0.00 MB 1 0
5,235 5,235 00000000f9b2fcdc987caa6011728406cc836878beb7f852fa3b362270d9745a 0.00 MB 1 0
5,234 5,234 00000000cf0967a75cf5c6c111b6379184e70665c4d5450370355423ca9da917 0.00 MB 1 0
5,233 5,233 0000000010760b88f8a59cf04f2f4abe7c7421619fe2f5248ed24ca0001952e8 0.00 MB 1 0
5,232 5,232 000000003d7f565bb3875bc5a3469891543bfed8d6d05e770bf63ea2e7ac8f1d 0.00 MB 1 0
5,231 5,231 0000000066cd621d6aa86ea4b5b12113ca53ebf73906a63e0fba0dcf14b94f31 0.00 MB 1 0
5,230 5,230 00000000b532e7eb8df7df568a936746a2a703cbe5833eb51681fbdf18e07835 0.00 MB 1 0
5,229 5,229 00000000fd46082d454dfaaec6d33608e0d5ab5e23d9312be6f354071752b9a1 0.00 MB 1 0
5,228 5,228 000000000b34c8f671d5578392dbf957b15a7af94cb5b7308934636e9055eed3 0.00 MB 1 0
5,227 5,227 000000003db6a8c848dcadb131d97296db6047219bf845af05a69aa73bc88bdd 0.00 MB 1 0
5,226 5,226 00000000894026d9592927a8801cc0205481186c66c9b5798e0b052c3951940c 0.00 MB 1 0
5,225 5,225 00000000abe4c28ece0280696df0b1800409d4d5e212c3d5a1f21f3549abf0b9 0.00 MB 1 0
5,224 5,224 0000000096a80b51b920852ee9dfc4e721a46d10622c0fc41aebba16928e13e7 0.00 MB 1 0
5,223 5,223 00000000ac875a3840c83257ecba20fd9393b19666dff3bc2b2461da99a6a88e 0.00 MB 1 0
5,222 5,222 000000004ae563e322b2a2b6cd268695e30c28e1262377cf52382b50edbbf623 0.00 MB 1 0
5,221 5,221 000000001700f2e36768136bdfe7afc1e00eab22d262b0b5b658a0d78efa1f5b 0.00 MB 1 0
5,220 5,220 0000000077a46379120a2d081b212f4f69f9a5d4f153419f7b58bbd9c94f85f7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,831.91 GB sent, 100.20 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.