Memory Pool Memory Pool Refreshing

977 transactions (0.27 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,122 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 963 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,121 (825,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,446 83,446 00000000001058325fc6e766be3f809bd40b4188e31b4c2b50c2e3ea6e36afac 0.00 MB 1 0
83,445 83,445 000000000016cb5e898179ae3fef75946cc9e07f974cf08902c5f5fff0b3d2d0 0.00 MB 2 0
83,444 83,444 000000000011671738cc8ec81ffa277be0e05254b2e260038d29f03ebe840702 0.00 MB 2 0
83,443 83,443 0000000000102dbd4470ec1250e20db785007a55edd16a73b0cff0e12eab4465 0.00 MB 6 0
83,442 83,442 00000000002e05808aad9d3fcc1d925fd5265b7a32200f331f2197c6ae1ba907 0.00 MB 2 0
83,441 83,441 0000000000294aafa59f1aa669c762aa5d899200eab739ccf9a27ed0e0cf9d8b 0.00 MB 1 0
83,440 83,440 000000000023b5a6d81c3ce200a60ac311faa394818983093ec1475457962793 0.00 MB 1 0
83,439 83,439 00000000002451335983d819d757ac3794e0aa45f61491974e78b92f2abf6080 0.00 MB 1 0
83,438 83,438 0000000000030f5534d3de8e4cb31be367f4283b66a9e93bbae6ce4518433d19 0.00 MB 4 0
83,437 83,437 000000000027119de68841e978b58d56f11471f65f2f135ec9f6568112db08fb 0.00 MB 4 0
83,436 83,436 000000000025b52bbca2ea13a3e57737f1e78c158cb00a913151731425c58b9b 0.00 MB 5 0
83,435 83,435 00000000002159013929bc3ae3aa58c88456c5e59e99e7fde007349e0bf20ffc 0.00 MB 7 0
83,434 83,434 000000000021e8ad66dcae5b5e615386624d20da20be485ff68e19396dbc7eaf 0.00 MB 8 0
83,433 83,433 0000000000086cdd7b1362efff578daddf150545666cde0af82c1fb1019846fb 0.00 MB 1 0
83,432 83,432 0000000000126acc293fb106f61867ab7a46d2d2f603d1dcc5ef312e904ceff5 0.00 MB 1 0
83,431 83,431 000000000017ed34eb06310c23fb24e3750604ab39660c1b6e6cb806638db9a8 0.00 MB 2 0
83,430 83,430 0000000000249c0a3dfbe0a2c4f02f80f3de7e8c8a0b6103fdb89e5b8dd072c6 0.00 MB 2 0
83,429 83,429 0000000000110461cfa8a775178b55c488473e72bb4536501f89db9d6998e715 0.00 MB 6 0
83,428 83,428 0000000000111e7efeb8efc0b06d420c69244dc2097ec30d6effb80a22c5c866 0.00 MB 14 0
83,427 83,427 00000000001bdc8c06ce02a96a549c31c20c89a6e3aec1584ec0d98d68074de6 0.00 MB 6 0
83,426 83,426 00000000000f66c6293757b9d7f223cb138ca3a18de766bc458be79c5a246fe7 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 771.77 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,930.46 GB sent, 106.39 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.