Memory Pool Memory Pool Refreshing

2,542 transactions
0.84 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.83 vMB 2,542 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (645,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,876 261,876 0000000000000012d50febc4c1c30e1186a7e1759f90f2701f530e5ec7ded723 0.21 MB 503 166
261,875 261,875 00000000000000056863e47d80809ad521c69ec3717a459cf35158536aa43d05 0.05 MB 128 103
261,874 261,874 0000000000000000a2205461d5cb2be959d59ccb26ca271418510a55e90470c2 0.07 MB 138 38
261,873 261,873 000000000000000df09f9b91058c55369cb26f80f1d9eb6d836c7075eacabac2 0.25 MB 686 156
261,872 261,872 00000000000000169370a5a1ca1ace99685714fe01ac7ce155e495f4af979d05 0.02 MB 81 102
261,871 261,871 0000000000000011c1ae1ba061d6582b28c75787335923cd6eacfd9b789f729c 0.14 MB 387 161
261,870 261,870 0000000000000000d030f13d9fb8880ac2b5afb1c2d7cc11bd440c704841248a 0.04 MB 109 79
261,869 261,869 00000000000000058e51b1fab8dac2a317423aa6d5219072790b3cc760754074 0.07 MB 138 26
261,868 261,868 0000000000000018114a38c524a5632f8dbe0e00235834a9de5bd67b891cc1bf 0.25 MB 693 124
261,867 261,867 0000000000000009cea020fdffffc2dcbe77f6839d67f0df25374f37cdfbacda 0.16 MB 402 117
261,866 261,866 0000000000000010e40843817d36a8988a62befc1d7c0c69eebe533947ec2d46 0.04 MB 100 71
261,865 261,865 000000000000000b9fe55b9191aa23942ebc25a559142e005224260b7fadb8ad 0.22 MB 634 147
261,864 261,864 0000000000000014e3d5f6ed008c87168aeba5292248b0f8a68db9bca8c3b1a1 0.07 MB 170 106
261,863 261,863 000000000000000788667d4302d044941fde21de9f8d50225de2113aaa57c8aa 0.07 MB 128 92
261,862 261,862 000000000000000181df28bf68956fd14139c5bead38f070402bad2cb4a54097 0.36 MB 235 48
261,861 261,861 0000000000000017cd54eaa8d98186e44c852055de3537d24dd112a576ae1517 0.25 MB 353 81
261,860 261,860 000000000000001695f04ac46b7fce75047c9da3280aeab8c77413c4469b5e4a 0.25 MB 521 143
261,859 261,859 000000000000000575a03fbdabacbfea4a783e5d2026c2507b8979cde7e8e74a 0.02 MB 44 61
261,858 261,858 000000000000000af150ffad3b65029c58e978a4dc8de6cc8d830ebab381f3b6 0.08 MB 213 104
261,857 261,857 00000000000000067d617aaa129a4ef0b359d30ece5532ff08aaf82f95b87f0f 0.17 MB 415 145
261,856 261,856 000000000000001b529853e81bd9fd24073ca69d29f191ffe148e655511e954e 0.21 MB 625 142
Previous 10 blocks ↓
Total Size: 769.14 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,632.01 GB sent, 93.60 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.