Memory Pool Memory Pool Refreshing

8,265 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,549 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (650,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
256,754 256,754 0000000000000014cfa27b88435351efc284e2b9f167bef380176d78605e9fa4 0.21 MB 459 74
256,753 256,753 000000000000000dc3d0b27dc557242a09252664cc125a4f306043dd519a55cc 0.25 MB 578 147
256,752 256,752 00000000000000221fbfbf2a8916d246a0d275a80fb2c1433b112870e0d052ad 0.06 MB 103 94
256,751 256,751 000000000000002a566fb2539a91aa2b0e1554d51630c4f022760fbf2f9b75d2 0.08 MB 137 81
256,750 256,750 000000000000002bf193b7d7559b8b713711d70f020a044e6518e273542a19c5 0.05 MB 51 36
256,749 256,749 000000000000000f7022d5672f629a685cc33c3e71280c85dcbe313de7005d81 0.17 MB 367 97
256,748 256,748 00000000000000054a4ccb35aae6240ec7a773cf94862df4c8fa7c33c728b734 0.13 MB 333 140
256,747 256,747 00000000000000114cd21595c0efd5a842f0f1368a8e22013368f28d17ec40ca 0.49 MB 1,210 118
256,746 256,746 0000000000000029858788e0bc17ec7d72908e098dba0f4aa18488542284979f 0.06 MB 128 108
256,745 256,745 0000000000000018416ab4a50b1e6cfd95f470684db16f6054a978a54ed32fac 0.21 MB 529 132
256,744 256,744 0000000000000026f3c48ba14267a8b6335299e0d03d74e986f23970a2e8e22d 0.21 MB 497 87
256,743 256,743 000000000000000568b513f404ff72fa66b867e8610d6647973ad73ae7156394 0.10 MB 256 170
256,742 256,742 000000000000001a2d19e99cfebe2afb3a8c8f58a8b1349bc9e056993090d049 0.01 MB 24 99
256,741 256,741 000000000000002c75f6efd0de334af651ff1fe3ac5e7080a2036f34a53a86fb 0.09 MB 252 132
256,740 256,740 0000000000000029e394bfe60358ec7c18a802630f4a8322cf40abb28ee04f07 0.08 MB 214 173
256,739 256,739 000000000000002c5a00603d15ced254dc474c2fdc5ab05e1a8b466cedf6fcbf 0.13 MB 295 100
256,738 256,738 00000000000000089c908cd7de665dcfdd878c2352aa8ab1d69b4dd987aa1529 0.27 MB 509 89
256,737 256,737 000000000000000bd8b6df8ce2152465284567a99bfa276c7a4baccc22fb9604 0.25 MB 687 133
256,736 256,736 000000000000000c21cc44e63ed8101b9ed4ff16dc6785a4fbb6f6a4c73a9002 0.01 MB 11 41
256,735 256,735 0000000000000027585a56301c6f71a5ca226d26ed40db35014c90b6d35fe637 0.13 MB 326 135
256,734 256,734 000000000000001ef298736cfde1ebb7bdf847e6972499bf6e0440df691e0b0d 0.06 MB 39 39
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, 112 incoming
  • Data Transfer: 1,616.86 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.