Memory Pool Memory Pool Refreshing

30,529 transactions
32.57 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,092 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,949 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,091 (637,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
224,434 224,434 000000000000033ce4fb0e71b1ae9ca3a4f4a0011263cba07c23ee69263272e6 0.33 MB 559 140
224,433 224,433 00000000000002ba06e0ef9a31baa0111635d59fec74226dff254083384dc7c5 0.25 MB 845 277
224,432 224,432 00000000000001334755f2fdaac8b48c6e237f5620f19684da2382f70cf43dc9 0.25 MB 756 384
224,431 224,431 00000000000002398a90405aab191619859c60c396dce74b15fe2d7419496a5e 0.25 MB 291 119
224,430 224,430 0000000000000066a4ecb6c17effd72b5bf9f2be462746b93ccc0f5679b0a496 0.25 MB 449 164
224,429 224,429 00000000000001222b25ed675bb1ced2eedccd92c4c080b52f98807c1b32fd2c 0.25 MB 501 194
224,428 224,428 0000000000000227ab4d965e73a4be04359c427f703a6bfb7a835fd52e645c89 0.00 MB 13 477
224,427 224,427 0000000000000110dbade4cd4f7b67b508d99cc60c972dcfb43e324a3c92bc41 0.25 MB 420 111
224,426 224,426 000000000000011619e2e7f0482040a5dd48dfdfe5719b3a3ceba315741665f2 0.25 MB 763 317
224,425 224,425 0000000000000183152a473f8f298597d5bac01f8de0c47cc3d86d765f14abf1 0.25 MB 637 264
224,424 224,424 000000000000029b9131269ace9eb7b9c9ff5819d98d59a9a7799b711c45e17d 0.25 MB 433 154
224,423 224,423 000000000000024d18ad32698afd1bd7711b2e967265e4b22898f63efea4918d 0.25 MB 625 293
224,422 224,422 000000000000021019a72041d58ecf7168af1a60529d6cead345fd968d1fd552 0.25 MB 561 181
224,421 224,421 00000000000001a50bccfd39d148adc3df6760f29010a1c577d30ad662df4c12 0.25 MB 779 339
224,420 224,420 00000000000000a947c35ee25a1318d8f5467a795214f2e235f57af38ac45e1f 0.00 MB 8 178
224,419 224,419 00000000000003259b82375fd1220e1ccfb04a792d8122cccf47eac8e999ee60 0.25 MB 508 179
224,418 224,418 0000000000000358f7f7b73cd2f7dafe05abe470a79facafeb512b951ebe23ac 0.25 MB 363 129
224,417 224,417 0000000000000393f6074b0c7caafd937b02096f62be633f69955f849732eef7 0.25 MB 676 268
224,416 224,416 00000000000001eb98bf003140955e96157ef29b8211833c2b8db166c746afd1 0.25 MB 237 122
224,415 224,415 00000000000003489a94a854de004b057787118218d46aefaa8af32338e12069 0.25 MB 749 259
224,414 224,414 000000000000027051a831251b5fd811d74fbda5ac1f77d2c856b792855506af 0.25 MB 645 260
Previous 10 blocks ↓
Total Size: 684.34 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,335.68 GB sent, 100.58 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.