Memory Pool Memory Pool Refreshing

20,066 transactions
35.96 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,143 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,486 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,142 (638,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
223,717 223,717 000000000000001ee614247b5794d64b39f14c95bf7e585444efc49aabc7d119 0.13 MB 280 158
223,716 223,716 00000000000000ba3a9fcb06e49dc856e342d717a9f9897c046f5b46d4abd3ea 0.04 MB 69 57
223,715 223,715 00000000000002a7a13b21fda4083fe136e74847dba9d35872c64de73e2ee153 0.23 MB 507 180
223,714 223,714 0000000000000094ce5e7ea6629e2ee3ab848583cb19ba871ba4e4631e17bb66 0.17 MB 449 241
223,713 223,713 000000000000024a103b02bd1228a2919c743f1331b91aa150cb160e72a4f6f7 0.20 MB 210 146
223,712 223,712 00000000000000cade93a30da3759ae58d6c1b772eed0699bf1c16817fa6f3f8 0.09 MB 132 159
223,711 223,711 00000000000002b96bf482800802bd9aa37a04e932a84c5787a634eb344895e8 0.20 MB 257 154
223,710 223,710 00000000000000a550047317ddf9b6944860f45959b0ac2b8fe65220401d0def 0.02 MB 92 35
223,709 223,709 000000000000001cc46af4a4a6a3f4ad5051c7424ae386f75da8531702001f41 0.39 MB 853 220
223,708 223,708 000000000000039997e9f7c9af90a0e541b53bb134d7e50965d49eba0fbbe10f 0.16 MB 346 113
223,707 223,707 0000000000000280afe8eae0e7cf894771047bce731c6f58dc9cff4b5ed2190f 0.27 MB 590 478
223,706 223,706 000000000000037c739deeadc062fc482a4b7075c976080c13b51db2b81ea52c 0.15 MB 270 175
223,705 223,705 00000000000003ab3790006bb61127d8c1e8b08eedf6096935d7bdf52ec983a8 0.04 MB 94 103
223,704 223,704 00000000000001b1885f159db0cf3c5a3b44868a91bd00d6e950e746851174e8 0.14 MB 259 177
223,703 223,703 000000000000018f25d0dabfb6541699dbef09fc0dd4289737af40c9a04a433d 0.00 MB 12 208
223,702 223,702 00000000000001060936d0643a727c734becb0f788677f9795c98541f3ef43b7 0.09 MB 190 154
223,701 223,701 000000000000014f5263b538f885a1d9b0b79beb827d9f6b1b1cbb01044ac744 0.22 MB 372 144
223,700 223,700 00000000000001891b026f2b4739d09a8b261598c89aaadeeb5f9219526c7590 0.25 MB 486 176
223,699 223,699 0000000000000381fab09b3a0a7d72b951757cb893b4cd21183ffdebbb1e41e5 0.27 MB 516 191
223,698 223,698 0000000000000367bc0c1999b3693a02d391b4e9c441fb65ab2ac190b0e294d4 0.25 MB 536 211
223,697 223,697 00000000000002ce6ab4252bfc79395ff16c7af0c0f0071aeed9a091d65aa398 0.15 MB 210 128
Previous 10 blocks ↓
Total Size: 684.43 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,340.90 GB sent, 101.17 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.