Memory Pool Memory Pool Refreshing

6,516 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,846 (714,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,371 193,371 0000000000000396aa88a803e502588a18ee1c4334dee8b02162c76cd40b11ec 0.03 MB 87 194
193,370 193,370 000000000000032473a4c2789dd813a3f0cb680c3f28553bc3d21f87d091f440 0.06 MB 135 134
193,369 193,369 00000000000001c856b76d6f1d7b19a484671636fc9701d030cee470c726da7c 0.01 MB 32 161
193,368 193,368 000000000000075e386d6b033868fb4dea561c2e3b1794deb81b5ad0c477b75b 0.10 MB 246 128
193,367 193,367 000000000000082b930ba44228a37da9be915aded0fc7c512397d755cf8d3096 0.01 MB 47 5
193,366 193,366 00000000000003e69746cc59ebcdae03f20ff315692c099308efbec541bf3bb3 0.02 MB 59 162
193,365 193,365 00000000000007d463775393a1bdd6aa651c318968985bfceaea6fdc67d676fe 0.02 MB 52 171
193,364 193,364 000000000000054f5380c028dfe5e321c7f20c53730fe330b0e98d17df21fd2d 0.14 MB 365 71
193,363 193,363 0000000000000431a4600caa6033eff2ae01a8c1dad528b4995e6d8d7943f9ce 0.09 MB 243 144
193,362 193,362 0000000000000714e64622dbb91d4a3fc4605a0aba627f3fc5cae648d1d02b11 0.10 MB 256 116
193,361 193,361 000000000000049c125fa53209b0aac372f768e5e0be36dae2761cf7c2f37ac8 0.08 MB 220 807
193,360 193,360 000000000000082b3ebd39af822f19e117020cbb81e38e9dad2a4841a726fed0 0.00 MB 13 33
193,359 193,359 0000000000000171dfaaa61320e0cba75005a13e3521ca5a07a86b7d2599ba3e 0.00 MB 3 0
193,358 193,358 0000000000000368fb32f70bf5caf65f75f0e6a239d271641aead028e262e247 0.02 MB 46 109
193,357 193,357 000000000000003623fae2b32fffb333c697bc04aa7616fab87f9c5346568ed6 0.04 MB 114 149
193,356 193,356 00000000000001b45bb5967639cf1cbba490f312cfc1c4397d612fa946cea25d 0.02 MB 72 51
193,355 193,355 000000000000067784cb78f912f7a11037136a93045c2a1da45106934fc693f2 0.04 MB 97 112
193,354 193,354 0000000000000016a347ef652b2d3855cb69d5647906921c06ebf12ce0754c98 0.10 MB 209 113
193,353 193,353 00000000000000fbd02b502eb7e05a42b069ad5632c689caeac34289db8bec2a 0.05 MB 112 158
193,352 193,352 00000000000007e4288511e41e5b191890cff5d028fd16131bd51b5adf270772 0.19 MB 648 26
193,351 193,351 00000000000002fcc396729b7bddc7fd6f2e88cb2f3507bbb4d715ce11f000c3 0.03 MB 64 214
Previous 10 blocks ↓
Total Size: 769.25 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,635.20 GB sent, 94.19 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.