Memory Pool Memory Pool Refreshing

929 transactions (0.28 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,119 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 879 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,118 (878,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,158 30,158 000000006d1f3241084070f9613cebde8aa7e067de7593a88b772c3cca2b09c3 0.00 MB 1 0
30,157 30,157 000000004e48977334378d35f0f9a78e8836c1039f6ca61cb990a90bda065eb1 0.00 MB 1 0
30,156 30,156 0000000066244bc9bf22b26644ee8fe611f20c6168c308856573c99d24544d18 0.00 MB 1 0
30,155 30,155 0000000041100c0973e692270d5d0853f9aeaa9b730563cfc7a21eee2f26d76d 0.00 MB 1 0
30,154 30,154 000000005b85620aac02a02df7c4b95fcc33e6a4e07df0ad3cf21cdc36f9a36c 0.00 MB 1 0
30,153 30,153 00000000f39787200d9df450d022d5090eb478f071bbab720db1be2da5854abc 0.00 MB 2 0
30,152 30,152 00000000b54a6778347dd082804607350ec9998d3f7b07a780e5be83c83e93ac 0.00 MB 1 0
30,151 30,151 000000009eac11463be402658c1e47206e4eaa5dd3fb60a75db60922b52ef9f9 0.00 MB 1 0
30,150 30,150 00000000de5d313dcd96cc20778507dab6053c4983e9fa0608e76a79ec1c3332 0.00 MB 1 0
30,149 30,149 000000000baba09c1feece216b457f2bfb9ded5b3defa0e39863f77ab3184930 0.00 MB 1 0
30,148 30,148 0000000062e3704d5cba4cf3134122f1a7d3fdb296ef4ddd11f86736793ef879 0.00 MB 1 0
30,147 30,147 00000000cf33d4af2e8cdaa349a1321be5ba1dfc5e1b855504b1f0d0b02a1f94 0.00 MB 1 0
30,146 30,146 00000000d8e4fc4a34711858c39843c865d06815228cbd8ad21f7567a07aa620 0.00 MB 1 0
30,145 30,145 0000000076f48b7753531694abe134d9025410c9a70156da5a665266cc718d6c 0.00 MB 1 0
30,144 30,144 00000000e7fad5c6df0a31229688a11a0d4907dcf687f168d7ff4b6a480d584f 0.00 MB 1 0
30,143 30,143 00000000bbd19732ac84b8290acc29031da6788764fd7b5f73ceec3273bbc2f4 0.00 MB 1 0
30,142 30,142 00000000e6af6c929072a56e6f65e724ef5c557c531456b43b16633307f8ad28 0.00 MB 1 0
30,141 30,141 00000000f13574f6e847d74c9d2f9113a47ce80bd1f393c97a8ed0b906f53050 0.00 MB 1 0
30,140 30,140 00000000cb296c271f491f104bb5822a94a3dd5d8c56cd6b3a280451855472e6 0.00 MB 1 0
30,139 30,139 00000000e0b77154d5f87c9461b633f71428bf16feaeb1365851ac69314df956 0.00 MB 1 0
30,138 30,138 00000000d26c5737fe3d2ff8c9ffcc0d3eaf75558c95e8dac25be1d493e84a01 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.76 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,927.37 GB sent, 106.35 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.