Memory Pool Memory Pool Refreshing

17,916 transactions
5.78 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (622,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
285,271 285,271 0000000000000000aedfa54f6dbe1eaf311b2934dd3289d5ce368d91d7a65315 0.15 MB 386 38
285,270 285,270 0000000000000000731789a3e912576603a726e8d4cd7741aafce27cccf8e67c 0.10 MB 109 6
285,269 285,269 00000000000000012b7cf25d92abf3146f88474f022e46b429f10ba5a5fdcf05 0.10 MB 181 34
285,268 285,268 00000000000000013ff678b3e3931a2ee1da4265d92953b730f9402e546cad52 0.06 MB 223 72
285,267 285,267 0000000000000000f25da9ff06ec5696459e1971d4ff7d6dfff1720cf14f2208 0.08 MB 186 42
285,266 285,266 00000000000000017257475cad2e6eb488c9faa64132817d6c6069e4ebf39779 0.18 MB 410 47
285,265 285,265 000000000000000155f35aeb2ded0158bf037bd30e846a8c5cd6ee0ec2152b5f 0.35 MB 688 42
285,264 285,264 00000000000000000144bdb553ef999432bcef76afb1b805c681d37c2373904d 0.18 MB 469 40
285,263 285,263 00000000000000003f2119b15cadd8627fc982083dea3993f0b7dd8421206be3 0.10 MB 240 32
285,262 285,262 00000000000000016b5fc184b018f0740b19e7a50151a628b78bd09a6d342116 0.10 MB 117 5
285,261 285,261 00000000000000002d411c7f5dc0c5b4b3bbcdfb2ddcec060b71c4625153a9d9 0.32 MB 732 43
285,260 285,260 000000000000000157ecbec8b2e58cec18382db2d3e0f865d5f75bb81a999ead 0.29 MB 657 41
285,259 285,259 00000000000000005ea4b3a1012a4401d3dd4d92f5047b7c0af6fb2efb4da955 0.06 MB 236 60
285,258 285,258 0000000000000001909f45abeb80f18b2cc0882d11f84e3eadad4b633c4f42bc 0.10 MB 241 36
285,257 285,257 000000000000000172cda869c18c401585c94391493b835f867379c08c7700f0 0.01 MB 25 19
285,256 285,256 00000000000000018e8e075ca651a8380600673e5a8bc1502a888d8d903402bc 0.12 MB 238 38
285,255 285,255 00000000000000018c00f42632135c93272f2e45b4cc64da1ba22e48f135da19 0.10 MB 169 14
285,254 285,254 00000000000000018a1666380a67506c2986a5ca6a7955d48bcca6ca9c1d40f4 0.10 MB 108 6
285,253 285,253 0000000000000001865e39f8d5e2f69c1ea94d806502a21a12ae3b51a4e734a1 0.19 MB 398 37
285,252 285,252 0000000000000000920a74443eb64c727d63f91a0d6f926b65eb75f3598201d9 0.35 MB 346 11
285,251 285,251 000000000000000001110ff0134da91673392f0467f822fe6b7899e34081ea32 0.10 MB 200 25
Previous 10 blocks ↓
Total Size: 769.02 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.26 GB sent, 92.99 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.