Memory Pool Memory Pool Refreshing

1,880 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.91 vMB 1,850 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (724,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,640 183,640 000000000000055a3d67f0ccca4ae21d0f8ccf28bd4fb536ffe40a45334a5bd6 0.05 MB 80 125
183,639 183,639 0000000000000472afd54fd222a1e3b6edb05ae5b27475d35c69284fb7f9704b 0.15 MB 357 139
183,638 183,638 000000000000067d7b69595c5ec2e677bd2edc6b03af572810908c34cb681a22 0.09 MB 228 138
183,637 183,637 0000000000000483d2e011d904713730962c7cecc0d395ad3f508162afd2adb0 0.00 MB 5 0
183,636 183,636 000000000000079725767c208ec35b4641a14bc1535e1d8dac5ddcba8871ed53 0.05 MB 115 141
183,635 183,635 000000000000012409e8fb4e3fca2ff557af1267ee78d391315313a102721a05 0.02 MB 23 63
183,634 183,634 000000000000002d6c90144dd30f49816a62437ff77ad4b4af53179ee024ea3e 0.08 MB 155 107
183,633 183,633 0000000000000809438fb8a5937e9f4d025056662c158c5a8c46d4e84bc939b2 0.05 MB 106 48
183,632 183,632 000000000000003a37fc546021ba5f670582144a35261cb716cd6fda4ac58868 0.29 MB 458 112
183,631 183,631 0000000000000407a5bb1f1df630acb8208c3b00a5bb64ccd8b5c2ed17b19fba 0.25 MB 573 189
183,630 183,630 000000000000025f6491e965422334dafabd1761672c331019609dc4c5af81b8 0.01 MB 33 6
183,629 183,629 00000000000008c67e30428d94ab3b7d936189ee0b4166e282cda1877d0a2ccb 0.26 MB 395 100
183,628 183,628 000000000000096e0c2ec34d57f7dbc7a9955b1c2541ac0aa99e50e54c123db6 0.47 MB 1,024 156
183,627 183,627 00000000000007f0f794a1da03087faa6994452c8ee7b5a9d894d291e59d1c78 0.01 MB 15 197
183,626 183,626 00000000000002a7b54156770fd17907e90a7a8ecca89b065c891fb66e225214 0.05 MB 141 165
183,625 183,625 0000000000000a34c6d0da3c32358fdfdef82d0d36d8372a95d1ccabd17535a6 0.05 MB 93 177
183,624 183,624 000000000000025fe021f5d4dca1be96db8fe7d9d0cef8c8627c5519a69f0083 0.05 MB 153 144
183,623 183,623 000000000000035d2569435b6cc496b767ddcc664c99a256500da120f1469db3 0.00 MB 9 0
183,622 183,622 00000000000003957523944b672160df921cceb00009caa194b6a6c6c20efd72 0.20 MB 498 143
183,621 183,621 00000000000006c5257bf009ec5a96de47f8d869e80ee1a535db822e2d36089e 0.05 MB 129 154
183,620 183,620 00000000000008316fcf3645eb3cc606bd67fd4ce8a386d888ab36ae3f036ea1 0.17 MB 429 208
Previous 10 blocks ↓
Total Size: 769.30 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,642.71 GB sent, 94.44 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.