Memory Pool Memory Pool Refreshing

11,142 transactions
3.40 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,245 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (689,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,030 218,030 000000000000037ad91b0288abfb3f3da11665d3f8a1c6507eb2abd7517b9d3c 0.03 MB 57 240
218,029 218,029 000000000000022b8ae144498a1af0397587ff2e2d3725e54b1f3f0dbe31825c 0.01 MB 38 210
218,028 218,028 0000000000000093d0818f3221cd62cc246a3149c0937221022f5412f6f6084c 0.09 MB 165 136
218,027 218,027 000000000000002a3c0afe92621ff73e28138d1d29607f6a1377aa884bac0e9a 0.24 MB 579 194
218,026 218,026 00000000000001c4de43c262fbbf11ee8693ee6a2895e83859c14d9fbb78f1bd 0.02 MB 53 246
218,025 218,025 00000000000002ff675adbc8e9a707a911377b237bcf64846ce07c43e148d1a8 0.13 MB 314 173
218,024 218,024 00000000000002b4fa17bb46e9d2dc0b465ae8d59f5fd5c43a13f5c4d96412a1 0.12 MB 288 184
218,023 218,023 000000000000053755947d48077b29a2974377237b351bc7f6bc7d1a8e26ea7b 0.17 MB 392 191
218,022 218,022 000000000000051d9abc08c38ebef48199bb797d8f7c4fb7b974299dfec04091 0.16 MB 388 152
218,021 218,021 000000000000051f8e7902bf5a424cf57248c4a8f981c341f2fbdb7d5dd3eb06 0.25 MB 290 99
218,020 218,020 000000000000017979c6e78c0c0e108b7d67685caf6b88f8cc6e29e4997e2c69 0.28 MB 453 236
218,019 218,019 00000000000001664c098889bd87d38d507d63b539968724efeda9c74bc8bf63 0.18 MB 278 200
218,018 218,018 0000000000000359db6f3c44370ab61d1786244f5524af065a6e0289f547959b 0.25 MB 649 319
218,017 218,017 00000000000003cd0ae894d32eeae2317123845e2fa4a9e007e62c546f12c7ac 0.00 MB 1 0
218,016 218,016 00000000000000defb1b7d25259d0db797e69dbe0057f2517fd110b7081ecc24 0.27 MB 465 170
218,015 218,015 000000000000005c10fc35cc2e90ded7c7dd77e7eff4f80b0742558a0bafc1fe 0.04 MB 85 92
218,014 218,014 0000000000000031b6fd0798ec223813957706a66fbdb3e39d9386cbb0f251a4 0.11 MB 235 169
218,013 218,013 00000000000001f2c4783e36a4a464bee1edf533eca2b325f9de94cd06188160 0.17 MB 411 133
218,012 218,012 0000000000000026e4fc137a363a01e96712a88df63dc828a81f69160ad29cfd 0.26 MB 674 259
218,011 218,011 00000000000001a060017566701133f15bb6c9cad5101dfd8a0ea74da7af4c6a 0.27 MB 648 414
218,010 218,010 000000000000015938ae6322411c6b2e56a29af7bcfa702a284bde7dc194bc09 0.18 MB 415 220
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.