Memory Pool Memory Pool Refreshing

6,752 transactions
2.27 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
3 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,845 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,567 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,844 (688,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
219,417 219,417 0000000000000270a96c533d6bc4af6ce0c0b221da4380f7d8032e77eb5f6022 0.25 MB 608 183
219,416 219,416 00000000000000966c2cbff4d84c7154fbeb7d4785e9d82375d1479c5ff73d11 0.05 MB 112 114
219,415 219,415 00000000000003f259222366a35e543482dcb3fadfc77725c149e61b92f49168 0.18 MB 416 151
219,414 219,414 000000000000002e89a674a6201f41b1bbdab931e602317ce700a093e1a6317f 0.00 MB 10 36
219,413 219,413 0000000000000369cc1c858d151b0ba8fbc56b734501d374f83e58f3ab2127fe 0.25 MB 478 135
219,412 219,412 000000000000016bffbd773d9e0a8658b64b83670708ee9cfab71db6b97e3374 0.25 MB 754 255
219,411 219,411 00000000000004441626d9a3970277046352d6a824b6ad6ed77fc0ed8d15b5be 0.21 MB 424 164
219,410 219,410 00000000000004006673768058dc2407985f5f84a9ff6a18b11a067b975cb8fb 0.02 MB 35 136
219,409 219,409 00000000000001e1680d6c9810e459d4784f52ee50a6702b58fe07df8cc628d8 0.19 MB 426 176
219,408 219,408 000000000000010af72eb501b59a89d800371fbdbf6e61299d603b9c660590ae 0.14 MB 322 168
219,407 219,407 0000000000000519a7d54d4ebf4b5db040e5563f903a6e84ab621d5f4b2d3fec 0.20 MB 538 199
219,406 219,406 00000000000002ec24185d4e8070a9a77459d148074dcc02fa0aab0a152029f7 0.05 MB 102 158
219,405 219,405 00000000000000449ebe067e1bfe5b75a3968548a879147e0edf40764fe0ca29 0.02 MB 35 112
219,404 219,404 0000000000000591f710b2d85beb4cb6867e10ca93722c27b0251a035eecd001 0.11 MB 133 111
219,403 219,403 000000000000022cf54d5f24c17e044e2b58e134f06d5189f9ce38215f090a09 0.25 MB 636 218
219,402 219,402 0000000000000499b0898094d96713cb72ca446752c1078dde638b27d46dbb6a 0.13 MB 154 45
219,401 219,401 000000000000012f293d22d30913618516b808ff2e89340eadfc9228a926b283 0.20 MB 503 174
219,400 219,400 0000000000000246cd2f93500e4162d54febe8fc690ba9993efaf577a453c6cb 0.26 MB 490 168
219,399 219,399 00000000000002f68ce50b691def10eea1622c2917de10fea4823545372ad5c2 0.19 MB 324 134
219,398 219,398 00000000000000627ff7e7e145a38ce27b5d776da6301d398e7e4bdfc39eb4c3 0.06 MB 171 16
219,397 219,397 00000000000005247e3438f4923242237071c994f244db79d316389a39aa7efd 0.25 MB 542 716
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.16 GB sent, 94.18 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.