Memory Pool Memory Pool Refreshing

7,721 transactions
3.58 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,963 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (753,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,267 154,267 000000000000061c2a5c3cd00814adb4a5331a5d93c4db7e3c2af1570f76d389 0.03 MB 72 3
154,266 154,266 000000000000009e7cb6a82dff5ba49bfa90217b3194ea8ca0f7c3010e79a159 0.07 MB 76 131
154,265 154,265 0000000000000255b62ddf86a08f35804c97551aba3aa46619bff07d6e82b34e 0.04 MB 99 107
154,264 154,264 0000000000000b7097dd2ea935c2724e876fb4d74a1006e8a329784853d980d6 0.01 MB 19 169
154,263 154,263 000000000000054bb484465354074dac96e68bf8994d7305067ec2a94ab62fae 0.02 MB 43 863
154,262 154,262 000000000000066418e20746c19094d2ba24891c86d7f3393f765eb1ccb93b53 0.03 MB 23 49
154,261 154,261 0000000000000a8aea241ca647d663c239a909f3f950ec652baaf320862c886c 0.01 MB 16 0
154,260 154,260 000000000000031246a623a86f68d8269fcf31e52a333b9bb3394f4ae52a7b36 0.03 MB 91 554
154,259 154,259 00000000000009d5309863313439f7202168728d38f41a3e519546dbd163d97b 0.03 MB 60 130
154,258 154,258 00000000000003d97208c1bf94e5e28cb6c9543a17cfd6ec159e30fb7a6dfc9d 0.01 MB 39 92
154,257 154,257 0000000000000569eff76647b06914dd565c05c6f05f6d9b6b76eb1904788233 0.03 MB 113 36
154,256 154,256 00000000000006666ffebb4192d871590a32c17b2982f6652e9ca33d41efce7d 0.02 MB 55 388
154,255 154,255 00000000000002d832768e735c88ab865e7388f1602ec424a8fe19d9d0a04628 0.01 MB 16 76
154,254 154,254 00000000000009941653b4d528175b3a0b72647d6d2f3e500e0b0fc92e450765 0.01 MB 32 230
154,253 154,253 00000000000001abc7a6a70b3ff503dcc56ef7150d00bb826db98dce222a2952 0.05 MB 121 241
154,252 154,252 0000000000000711cb4d1ec41b1527ce19aa84228f950e39ece0f68bbe59fa3c 0.02 MB 56 151
154,251 154,251 00000000000002a7b155b8e79a956892ff4cd120a49052de58df66c36c794bec 0.00 MB 1 0
154,250 154,250 00000000000000b71184c15521da5faa3ff2985fa9e9ee3fdce46ced63971982 0.02 MB 61 8
154,249 154,249 00000000000004610ebc2ff8fd72929b1ad017c954c5cc0bc42078dba3e7143f 0.01 MB 18 291
154,248 154,248 0000000000000de182a1bbe693d4cc895fbf9527892ba82a2129b5210c85d847 0.00 MB 13 67
154,247 154,247 000000000000031cc64ac769c34fb43f0e513c1b676767f81758b637a7929542 0.05 MB 124 112
Previous 10 blocks ↓
Total Size: 769.03 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,624.88 GB sent, 93.01 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.