Memory Pool Memory Pool Refreshing

1,059 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,794 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 1,044 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (695,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,461 212,461 0000000000000227f6e74827e56e8241a2edcd9902228735aa92f9d6c8923a91 0.26 MB 456 140
212,460 212,460 000000000000034f1ddaad1a1afbbc5093940615c80fe95c6d6c48cc5488da6e 0.05 MB 142 226
212,459 212,459 00000000000003f259b2d9ec36c12b60d4ea852d271027354940e2919cb90a82 0.25 MB 894 241
212,458 212,458 00000000000000bf5ed0bd281526a35d2b5463eb029554208de3a767ec25b5bd 0.10 MB 193 132
212,457 212,457 00000000000004a9be87231bd116aa4bf69d94a7564ee27f6e9c9115da4356c9 0.01 MB 36 154
212,456 212,456 0000000000000245a9c7394edb0278dd9ca2591d506387d028d98cf6de64c973 0.24 MB 487 154
212,455 212,455 00000000000002e17c25c670832eb08e75d32bbbd22bb1a8fb79664e788a9f6f 0.36 MB 871 154
212,454 212,454 00000000000002e1c32326b4a4fdd2496f4ba51bb236d120d2fc3916346f59d9 0.25 MB 967 251
212,453 212,453 00000000000000ab3bc9d3acb77681afaaa65cd76da5f3f7a9ef104568da4b16 0.00 MB 9 174
212,452 212,452 00000000000002ad0488f9eda91726b7797417cdc32fc049121695c329faf691 0.27 MB 549 203
212,451 212,451 00000000000003a88bc4f174b0ca7e793ac003003b22f3c70cb5d731c31fb8b8 0.20 MB 391 163
212,450 212,450 000000000000010b329b87cbf942b0ebaf875a9a1d4f0bc5007bfbabfe709e09 0.20 MB 678 267
212,449 212,449 0000000000000066fb3ecaab191c86e7eb420c222d710c5e6add59cfe3acd2c8 0.36 MB 840 107
212,448 212,448 000000000000027ab7af3024489ced39a9601bd9a7bb82ab1ef29b9d963316ab 0.25 MB 630 204
212,447 212,447 00000000000000b46eea0bcbf316f8e188da3fded36b8411a2f2c46f1f1c5951 0.30 MB 673 201
212,446 212,446 00000000000000739824e792e75a50231b16b7015885bb4e6384d1a17119b9bd 0.03 MB 70 117
212,445 212,445 000000000000016b3c23dae77d2d582f8e496c91edbc11731bd19a8119d281a8 0.08 MB 175 161
212,444 212,444 0000000000000218b54671efa7299c2d74e1ee3c45a56afbefe7719f09c8dc7a 0.08 MB 151 67
212,443 212,443 00000000000000e5d64e56f79d0871c826fecb8c33a171fb5e8cecdd0e41e9dc 0.30 MB 589 166
212,442 212,442 00000000000002ded37b834cb78ca472cdd87fed60efa13f0a9580c4a6f23d1e 0.11 MB 250 190
212,441 212,441 0000000000000261b970ac61f73cd25e7ebd2ba63a79650d6d6b82f5431b79e9 0.13 MB 271 138
Previous 10 blocks ↓
Total Size: 769.15 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.65 GB sent, 93.64 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.