Memory Pool Memory Pool Refreshing

8,396 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,731 (716,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,134 191,134 0000000000000618d42a4f34834b1db8bd96cfef2da5f3e05ca48dbcad1d6a08 0.01 MB 32 0
191,133 191,133 00000000000000a27beb25e9c9bc4b1bae5e79594a7277e4d6e1e277385a6032 0.00 MB 1 0
191,132 191,132 00000000000001955cb492d131969d3b891546b6b3f262dc9d0d00858d965dff 0.09 MB 256 87
191,131 191,131 00000000000004d796e2ea0dbe8531d990f8f6260cd93bf2ed69f23e594a9f8c 0.01 MB 32 0
191,130 191,130 000000000000011aea5580c5b8f84bae5183e5a1273ccc1965b87a2ac7684cfc 0.03 MB 107 39
191,129 191,129 000000000000035b007e01a044d415add6b779cd1be0ddb0739ff16670359721 0.10 MB 227 77
191,128 191,128 000000000000027932eb1c376248e3fb675f13dc12f6ad0b91a1f2710a8f7471 0.00 MB 14 0
191,127 191,127 0000000000000084563cd613ab5119433f58017b87888392300e476103945a0f 0.00 MB 10 0
191,126 191,126 00000000000005dffadbb9047e308a55ecb314ad212f6b7c51b1ed9b89cc5b44 0.11 MB 256 96
191,125 191,125 000000000000023d83aed41f85fc96876778120e270711045b08563c74321b35 0.21 MB 386 232
191,124 191,124 0000000000000405ad3095c476561ed0883b14729e81279889150deaa179b27a 0.11 MB 284 170
191,123 191,123 00000000000008a10351197d020b0731ba6dc329d8690eab68a8cb9e7bd4addb 0.14 MB 256 189
191,122 191,122 000000000000019b0dbba7d3a7b7ee38b2b40dc667b4b1c629c1d772ff8ae9fe 0.00 MB 9 15
191,121 191,121 00000000000001653182e084c028891f435955a2286e6aa42070032406374c7d 0.03 MB 93 17
191,120 191,120 00000000000007ad9dbb1a6d996171a095dc558095e51daf2785da044526835e 0.13 MB 453 148
191,119 191,119 00000000000006cceccfa779f6224d384c2e12c8ef8b1fa50a7aabbc2a0551c9 0.00 MB 8 123
191,118 191,118 00000000000006644516249035c564556b8641ccf8a500b8efb2479feb3b203c 0.25 MB 736 294
191,117 191,117 00000000000002a440fbe71664260e0e5bd815feb6e0fd0cbf92d50d48cc3db5 0.04 MB 110 457
191,116 191,116 000000000000020fca954e833223cbe5c5bd0bb2da457319f28f51334cb6967b 0.06 MB 178 207
191,115 191,115 00000000000000e4c3360282d43eee51f3bfc3ab6200923d710cffc88501b624 0.03 MB 94 197
191,114 191,114 000000000000040c29b93665f328f08c5bc127b6888b0f3e5e90b94d6f597846 0.01 MB 43 42
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.