Memory Pool Memory Pool Refreshing

5,929 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,555 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (709,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,508 198,508 000000000000016ee58c78699e7457b2aeac00ab8524778bd36658182438927d 0.09 MB 214 264
198,507 198,507 00000000000003c09e6efcbe20d9670340912eb2155eeb29898e26dde50a9a58 0.11 MB 234 132
198,506 198,506 00000000000003f1d23d509b4bb2b66e6e2953329d39abbb2a3fe810d299c533 0.01 MB 24 89
198,505 198,505 00000000000000a321b11e18cfd3510c8d670ff10407b0d00e62b669962c8555 0.05 MB 125 103
198,504 198,504 000000000000062b731f6a1f4211ecf7705a9742242db8f5309f6cdfd4bdc1dc 0.10 MB 256 138
198,503 198,503 0000000000000608d5a651b65e001cb2d0ff69d4ba361d1bc7b577dc220e3a1c 0.02 MB 44 118
198,502 198,502 0000000000000393ef9bc3ad1c05b229f90d57402ba56ef082889c02f47c8144 0.09 MB 276 161
198,501 198,501 000000000000053ec515c46c6b71ca1988b7f78667af2cf743d152e2e3119c94 0.06 MB 160 117
198,500 198,500 00000000000000d7e44355a84e43f7a2ccb4ff227067ba48039cff34db53372c 0.00 MB 9 14
198,499 198,499 00000000000004857ff1f887537b75f7382021928d8628fa51149fd0b6fc8935 0.03 MB 71 297
198,498 198,498 000000000000052210e6668b9b3271c19ad2294983c37c31e7ca64987fa1735f 0.14 MB 347 217
198,497 198,497 000000000000051083174d0cdc10063772a57d58417d8a21600beb50a1d1b7b1 0.05 MB 101 118
198,496 198,496 0000000000000255993ca29d9ade8e1ea0a09533fbc3b097b6d8a89231bcffbe 0.04 MB 114 31
198,495 198,495 00000000000004a5d34803f6da18f7521eea5484c48ef3480a94342ffcdc6b5a 0.07 MB 132 134
198,494 198,494 000000000000001dffe7b60c45b0661808b2e0d9c5aed10d7f4ef5d91eaf139a 0.11 MB 250 126
198,493 198,493 00000000000005c974ddb891252aeda26b060cd6b4196e9999fbcf2b1aae5ab8 0.00 MB 10 0
198,492 198,492 000000000000053d2b107df2d7b0b6b7d374365a2932adc4e960a3b73ef6db78 0.24 MB 543 213
198,491 198,491 000000000000008be4c21a89fa75abcd4789d52e5188ad1f0301c90271283a57 0.09 MB 225 129
198,490 198,490 000000000000028c7bc11da44c72da275702ee6ee8bd0b3fec814e68cedadb0a 0.05 MB 139 576
198,489 198,489 00000000000002a94e0ae6dfe9252f7a460314f733dbd1e7767e96ac1f846b3b 0.18 MB 376 105
198,488 198,488 00000000000000ee195a25f87e856ced322b99c2d071fea7b292003defc3aad6 0.12 MB 287 127
Previous 10 blocks ↓
Total Size: 769.00 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,616.63 GB sent, 92.78 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.