Memory Pool Memory Pool Refreshing

3,364 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,910 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,962 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,909 (648,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,514 259,514 00000000000000208fef5f88f0eaea8dfae7868513a1fcd959f787d8f974c4b4 0.04 MB 84 78
259,513 259,513 00000000000000248c798607e59c79fa39c8d53133ba51c896cd37ad9dd6f7b8 0.24 MB 447 88
259,512 259,512 0000000000000001bd50d3ae3aeb7c74fa0cc2660d7d2d98a024ce4c7b508d29 0.13 MB 335 118
259,511 259,511 0000000000000012fe9c44cd9988cfcc184c5d6f8497274e31b84d7f66949130 0.19 MB 442 114
259,510 259,510 000000000000000d0dc3acb6dc1ed89b5c34b026c1f0da9296c0342a9744ca16 0.04 MB 85 87
259,509 259,509 00000000000000054920ff80f3f136f87bce52f72268a8b27f11d4c92f33e7fc 0.24 MB 594 58
259,508 259,508 00000000000000118199691b305450f5dd9827b17f4aaad320c9fffcd8540d6e 0.25 MB 469 111
259,507 259,507 00000000000000048986b20826700d8929cd076b379b2598d298d3db6c6b6b2d 0.10 MB 159 89
259,506 259,506 00000000000000051a08955b134cdcfc226b8185ea0708030d64100ba62bef43 0.05 MB 138 95
259,505 259,505 0000000000000021457746be3188eb2634c66bd3aaed2c06ef2aa9df8056966e 0.14 MB 354 120
259,504 259,504 000000000000001da52baa4494ca1ce7a45444b5925d9a4b5f0b7bed12724efe 0.13 MB 100 20
259,503 259,503 000000000000000d099ad2886d4dd0fe2106905404341876e59fac9762e38f0a 0.25 MB 602 102
259,502 259,502 000000000000001d688b018795844203e86862358fa30f65f38bc01c7cac181d 0.10 MB 240 104
259,501 259,501 0000000000000019d73629c4ec5bc9faebd6cf611dd50c43817d8e7c6f304ece 0.24 MB 630 126
259,500 259,500 0000000000000025d039e50dcaaff30dcb6c1c566ae41a26a5bae1b4f7591bbb 0.14 MB 347 130
259,499 259,499 000000000000001e0c0e2fda15f09f1ca1658e3b0f623d68f2db03e3f277b118 0.09 MB 208 118
259,498 259,498 00000000000000034ba3c3c3cf4660bdc0f4c7b17c2bbb9af0c1a0e6264a6df0 0.18 MB 438 107
259,497 259,497 00000000000000243d5372d0e637f7b047c041af5f598a7accabeeba1a2cbf50 0.03 MB 69 92
259,496 259,496 0000000000000004cc3c8821fc424901030665fa1de9f3286525a8be31c954d0 0.06 MB 162 151
259,495 259,495 000000000000001be2ae056523401720da306758e54f2551153ac6a23c3dd01b 0.03 MB 85 83
259,494 259,494 0000000000000019f8b530aece69c0e3fd699af9e823173e675eabe30cd96d04 0.15 MB 327 111
Previous 10 blocks ↓
Total Size: 769.37 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,643.93 GB sent, 94.81 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.