Memory Pool Memory Pool Refreshing

5,154 transactions
1.57 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (694,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,929 212,929 00000000000004c574d6aff0c3faccffcd805696575e6248b783c89402643e14 0.00 MB 1 0
212,928 212,928 00000000000001263af694e022a0da5a123fd74d72813235f1c60a5343655262 0.19 MB 411 138
212,927 212,927 00000000000004a3a93a64d7bc4055360d1c0335895ad19ecf0a9e29a4893883 0.25 MB 384 132
212,926 212,926 00000000000003df72266b65a4bd34f8ada3df13836998c875cb38529c752b6a 0.25 MB 688 200
212,925 212,925 000000000000034b64fb34493dade8e45af5eaac52ed758d8c39fba60023b661 0.01 MB 25 133
212,924 212,924 000000000000034d4c1251cf164631c5cbd4fa3336d5e80b7edfb09007132d9f 0.25 MB 657 243
212,923 212,923 000000000000009419a6ad905b0a159da247dadeff74f6a74032adb90281381c 0.27 MB 598 183
212,922 212,922 00000000000004e7e225e7c500fc2499ff04992fe453b751ac03e001e59f9ddc 0.00 MB 10 215
212,921 212,921 000000000000044c011d05948f4019643ab24caa3bf55d7d1d135a9e99e0981c 0.27 MB 608 186
212,920 212,920 000000000000025e9860d5ab2be601d29ad24701f7b35ab9f9ce609e4e8ac0c7 0.05 MB 134 75
212,919 212,919 00000000000002ab8c54f05c88a51b26116e47c4183fb350d88a8c1223bed038 0.00 MB 9 120
212,918 212,918 000000000000035431dbd2a233292ef7586334e8db8c81df6ea3f1c2b9e43370 0.25 MB 614 215
212,917 212,917 0000000000000469897bcf4f296ddda7180463623383217e3c4fe4d29a4cb7de 0.25 MB 596 185
212,916 212,916 0000000000000364f3dde9517a8b99a78c09b215bf4d79e19587e2695b6aaca9 0.04 MB 114 101
212,915 212,915 00000000000001d590847b837bdce7e256c15ebbb6a4850b1e8895951d37a15a 0.20 MB 546 197
212,914 212,914 0000000000000301dd27a15f5a261c02a558a005153304c46188659e5b1d794e 0.05 MB 101 150
212,913 212,913 00000000000000126218c26432996adf271052a7e5f45d4f98b1b14750fffd0d 0.08 MB 182 174
212,912 212,912 00000000000000c15f42d299bd4323471fc65f5a69eef5ba1b9b3816b2a0ca46 0.04 MB 87 47
212,911 212,911 00000000000001e25f8f8df9ef7a52a756731763b4b2014d4a31e52cd98d9171 0.19 MB 320 348
212,910 212,910 00000000000000ac6758f1d7887306931071bb4fe2fbb8f7e28c64b65a03d4c6 0.09 MB 67 123
212,909 212,909 0000000000000396401b07dcfb90961bd8ccc2577bbe39cf1f471be95de39388 0.13 MB 237 167
Previous 10 blocks ↓
Total Size: 768.98 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,615.98 GB sent, 92.69 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.