Memory Pool Memory Pool Refreshing

625 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,543 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 604 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,542 (903,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,249 5,249 0000000039bad54d526624a26b4d313d1af008cce73af07662b0699ddc1f26ff 0.00 MB 1 0
5,248 5,248 000000009244eec08194c796634983e141dfb91ec317bfe20823e322f8b53b85 0.00 MB 1 0
5,247 5,247 0000000033a27c42a6d51c428de207c78007492be46d5488e636121e84161a18 0.00 MB 1 0
5,246 5,246 00000000fa31fc7699dfb3672a1cb0a97699724ee06e2b7910f5fd1fb2e61af2 0.00 MB 1 0
5,245 5,245 000000007a07d829e13c59e78a17753562ab6fdf95c7a0f36fece7ebab4d7070 0.00 MB 1 0
5,244 5,244 000000007eae4bac692f36a760b612ef21a217cd970fe72a6a908c22dd582dd1 0.00 MB 1 0
5,243 5,243 00000000dce646012b1fc3eea4b8e90bc8a253eb6c781ca874fd790d953c730c 0.00 MB 1 0
5,242 5,242 0000000037dff915d0898ffc914ee3d2c87472185ce1ef083e637ec7db994d15 0.00 MB 1 0
5,241 5,241 00000000870e5a1ab7db09b09b8657da6e938b6871456f12a1dc8ba87bcf7324 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.70 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,842.85 GB sent, 100.49 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.