Memory Pool Memory Pool Refreshing

495 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,789 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 485 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,788 (710,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,187 197,187 00000000000003fe1acd1c44ea2383aca788803cb8d1a425f7c396118458e1c6 0.06 MB 97 70
197,186 197,186 000000000000006c428197986d0ec401b32764a76a267c2f643ed3b22d8dd537 0.20 MB 333 111
197,185 197,185 00000000000006a41c07c4dd6093e702d04b6858dec63a762f5ab9cfed487a86 0.22 MB 477 125
197,184 197,184 00000000000005bb8fe9646ee846be928ff5b196aac625ae6aa0b5c3975e292b 0.05 MB 133 93
197,183 197,183 00000000000002e3f77266bc660e21958ca33d3e8ccd8c45d30a56e1cddc997f 0.25 MB 160 91
197,182 197,182 0000000000000543ab06e130ac658dde0caa62b57259f10a233bf260055c3dac 0.25 MB 800 251
197,181 197,181 000000000000001759ef3569f2da5093329d3f115aa2ad2ac7a37f5c532642bb 0.26 MB 181 239
197,180 197,180 00000000000002a2aae9ff8b3cce14c5c4b58f3ae14a73a9e786b911a0f25571 0.25 MB 203 160
197,179 197,179 0000000000000497b07760c8f12cefa0c595112521b409161265b13815c818af 0.06 MB 188 186
197,178 197,178 0000000000000467a94967e948b7fe1ea409f2fef4e7ed23f402a19e53b97f3b 0.25 MB 115 139
197,177 197,177 000000000000026894ca809fd13ff1bf6a5d7f0775283b24c04a105ca00d4e25 0.25 MB 478 176
197,176 197,176 00000000000002e09e03a3ec66b2b1ec59a7f456adf60860d571a42ad5a06821 0.00 MB 14 3,479
197,175 197,175 000000000000030415d558a8a29cbf661317216ff8e95ef23a7c98b86f708df2 0.10 MB 256 233
197,174 197,174 00000000000001cc99b032a9e4ea9902964398859f8b07ce0f20c82cd1eac3db 0.02 MB 47 411
197,173 197,173 0000000000000001e3499169d61810b681254686855784b8d7210784bb32ca67 0.21 MB 128 18
197,172 197,172 0000000000000503f57e2e31c97509e958628154ee76dc947a42d0c60e065e4d 0.07 MB 185 350
197,171 197,171 000000000000053b7ddf67f66f379b9eb2c02c90e738cd27e2e502bbb300902a 0.11 MB 242 174
197,170 197,170 0000000000000667dc52ebc608b2ea6d432d25073f39274325a94d237f1f794c 0.01 MB 15 168
197,169 197,169 000000000000037ada45d6660dd1148c740b8ab601573f701d61960a7490b821 0.02 MB 50 140
197,168 197,168 000000000000019f37fcca2c062a2958e3235bc875953dbf4657e59f75887455 0.06 MB 139 220
197,167 197,167 00000000000003067ce734d5b5c0ca3b3d3997d6c49f57efb93caf4fcc9754a8 0.25 MB 590 234
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.11 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.