Memory Pool Memory Pool Refreshing

5,052 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,735 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,237 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,734 (696,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,374 211,374 000000000000015319ac03953879b269c11978e63e9b1572c2ea021c386cb7c0 0.05 MB 109 158
211,373 211,373 000000000000000f80973f6704cb86fafa51852b66e073be716652627500b37c 0.10 MB 274 194
211,372 211,372 00000000000001360bdd653e1855d61e46a1e3934c7508c78b332e1d95e2f7d0 0.06 MB 111 122
211,371 211,371 000000000000002cc6dc4424a37caa6547c05afbef992508ec97c79f289145c5 0.09 MB 224 171
211,370 211,370 0000000000000473d4cad30018c36c0cd1953b5cdc39847eb2825c9de97f2844 0.12 MB 319 161
211,369 211,369 000000000000043149dd37d4b95ba3ccad35f54d367928b5b0e2c1dc18a01519 0.22 MB 332 130
211,368 211,368 000000000000029f4bc71ecd64f13068876ee910cafe4bca8d46d1c38a5bb6bb 0.03 MB 46 72
211,367 211,367 00000000000001b4d8f0c8647ef7d494de3883ee06d9dac32001493cdc213455 0.13 MB 292 214
211,366 211,366 00000000000000aee7becdc2fb8cc6363f8aa6dada970f3f67984e8885b90561 0.01 MB 16 142
211,365 211,365 0000000000000245ff35b6a6124a8b00c306301704c89f602de38703929eaec0 0.15 MB 262 138
211,364 211,364 000000000000038098a4d3ccf9df6558441b4602b418951347ec91daacda9bf6 0.05 MB 124 56
211,363 211,363 00000000000004a33b9ea998e9e1afc185001aacdf5b8edb8c2ab01ebc9db534 0.20 MB 662 229
211,362 211,362 000000000000012f67f883846bc2fd68cabd602e24304db73d89471d940e22b3 0.06 MB 136 172
211,361 211,361 00000000000001624c9b3c2568717b2c0cdaf4c1f07e8085c24ede1a8840de59 0.15 MB 308 165
211,360 211,360 0000000000000407e1619b307a849ef39bc139ec57c1576c96aff36da14e9cac 0.02 MB 33 115
211,359 211,359 0000000000000104bfdf9d900ee47dace257ff2ab2769df0562729c75e5ba558 0.17 MB 433 144
211,358 211,358 000000000000008604500eba23778919a5a84d7222997f62548703bcc40b0f7d 0.06 MB 127 146
211,357 211,357 00000000000000ff622cf0e87b1e6689a4d511dc7c1fcb64cd87ab0cbfdee2c2 0.15 MB 405 191
211,356 211,356 0000000000000425936257c16598c7f910eba3bb204d04af0300b46ac63a04a1 0.00 MB 19 261
211,355 211,355 000000000000044c857146a81b98d53fb4258b393228d9cd01911282fe62537f 0.06 MB 102 182
211,354 211,354 000000000000037d6a8b5558cf5dd8ea493f61db009973727775087ece7c72b9 0.08 MB 181 216
Previous 10 blocks ↓
Total Size: 769.05 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,627.21 GB sent, 93.11 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.