Memory Pool Memory Pool Refreshing

6,269 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,269 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (726,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
180,850 180,850 0000000000000458e07d12c4669b8c8473d73c573756b85d57e306a668fd00f4 0.07 MB 128 98
180,849 180,849 00000000000002090213dd0863cc63c469ca981028edc4e82c21ba3d646acf3a 0.24 MB 571 139
180,848 180,848 00000000000003ea91227d7e74985d7538d0b8d15ff284e48fc41be634b6fd97 0.05 MB 116 154
180,847 180,847 000000000000038a805ea574f47afa517c79c3e2d27e44e0d691f490d37593df 0.00 MB 16 55
180,846 180,846 000000000000050216cd73384952b59383a10af4834c00fda2add071f37f66f1 0.12 MB 284 113
180,845 180,845 00000000000004c3aba5e9ad96ce74a02f22d4d756df61705a1301c7561d9b57 0.18 MB 386 123
180,844 180,844 000000000000076d0d89d2f7047c94818cab249bf0bc0eb3bf8df606de7d416d 0.01 MB 20 38
180,843 180,843 0000000000000001de43164689b063e12143d110a8586339fb250482d8f409e5 0.14 MB 381 134
180,842 180,842 00000000000004d194ef182d07defa3a256042a4c19606acecab891a23a3fd39 0.02 MB 34 149
180,841 180,841 00000000000001abe17b2f287ce1eba8fbdabeea6640762959865ac4e2cc1fdf 0.06 MB 128 141
180,840 180,840 0000000000000208d5d05a4f5298108c9a08d8365b5d66f378338a8861517482 0.21 MB 500 123
180,839 180,839 00000000000004a9fea69433277d17381f60700c79cd85b891a62391003ea5fa 0.25 MB 545 125
180,838 180,838 0000000000000412835a21f9f7a87d473e01121511830fe332539cd454ebb6af 0.32 MB 754 133
180,837 180,837 00000000000006bc9956fe5ffc47c310a4270f560866ee86d8b5b30f75ff1ee8 0.42 MB 1,024 138
180,836 180,836 00000000000007c2e6fd8463d0065feeb25a069d4c7d48623ac2a023ea50cd32 0.05 MB 139 109
180,835 180,835 00000000000005ce4692f15dbf02a809cb9b00c0fa727ee97de177e3408a5dae 0.03 MB 57 106
180,834 180,834 00000000000002deeb4e7caab32013d4f0d74cdb95739e998cb2b902a95c5335 0.09 MB 157 106
180,833 180,833 00000000000004e1156fad6682938cd79383b0715969263286c0d877d5cf5174 0.10 MB 256 145
180,832 180,832 00000000000008a50e27b1782d9c57a080200f0e493500e2fab431a7d268fc0c 0.03 MB 67 111
180,831 180,831 00000000000006bf115fa4ec5b84f9d95cd5323fff224df61cfc371a5b817e21 0.04 MB 110 125
180,830 180,830 00000000000003a5521776d7f22c4c73d4f24ff4dd9f7442e697c291d1512c8d 0.04 MB 84 163
Previous 10 blocks ↓
Total Size: 769.24 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,634.97 GB sent, 94.11 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.