Memory Pool Memory Pool Refreshing

4,581 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,710 (709,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,958 197,958 000000000000051d0f66dbb6788052edb7b2e9e11184d20b35f34abb5e3529a2 0.05 MB 144 63
197,957 197,957 000000000000054c6dc899a76eed3aba42735e84b3d82b463375b1ed25fe3e12 0.07 MB 196 1
197,956 197,956 00000000000003db8fa70dd6108f03490315d4083868b82eae77e8c6677f4b68 0.03 MB 26 23
197,955 197,955 0000000000000452dc10004c355099ed3b08c9adff9f979eb0c3442e499ad7a5 0.13 MB 347 129
197,954 197,954 000000000000025d30c9bdbd9f7ae5ccf828f86ef096b64b13043680993b3c78 0.06 MB 109 86
197,953 197,953 00000000000000ddb8d04c79cb89781332854a53c677229b770fed9ecec2b80f 0.11 MB 133 52
197,952 197,952 00000000000006346dad09a488bf2bf641670a6ccf1ead250daef40a4b89c4ca 0.05 MB 85 65
197,951 197,951 000000000000012905470f482d06fa67ef1924792868793b4f9a7d617baf779b 0.15 MB 377 167
197,950 197,950 0000000000000551640b0ca093abf8fa6ddb0d4e02d60c64b3957fabf7410f73 0.02 MB 32 559
197,949 197,949 000000000000016a276b375de3060724923cb854fb65e0ff5ce44e7272a98e08 0.22 MB 665 188
197,948 197,948 00000000000001f0d2739ddc2346428dd53eaa58ed4c42605ba65a8bea410e10 0.05 MB 66 275
197,947 197,947 00000000000004d718ced17d97948da14ccb7adc420b21d4745c7b335dfb3d6c 0.12 MB 297 297
197,946 197,946 00000000000003ea27b0deffefc1355af7cbcdb277ad64161b0db1fd80687801 0.07 MB 179 157
197,945 197,945 000000000000025cdadcfb81cc2ef2a8cb1b54b30886e310440499648471b0d0 0.05 MB 128 187
197,944 197,944 00000000000001c0f588c77a53156c491dff59097a25e384fe906ab441849694 0.05 MB 128 97
197,943 197,943 00000000000002e31dc3eef478566f7158553dac0be6cd576c3b82a7cbae891e 0.13 MB 294 218
197,942 197,942 00000000000005c903ef8c7b6f87030fc79ca9f693cade5453f1977afb082c70 0.03 MB 80 79
197,941 197,941 000000000000024bf19a6345eb6f0659711c6617c5b6c71feb0475eaf76437b7 0.31 MB 758 194
197,940 197,940 00000000000003def1e1582d908fc5161fc6c8755d8d95d13393b480eb85808d 0.00 MB 7 17
197,939 197,939 00000000000005a7f1a8a6818797bf9d1ed7ad8b6bd97e3b08803922b65fc665 0.01 MB 23 154
197,938 197,938 000000000000018e4d714c9eab895ce68455c4ee8edb689a69e92eb5def3e8d2 0.14 MB 256 19
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.87 GB sent, 92.83 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.