Memory Pool Memory Pool Refreshing

60,082 transactions
22.99 vMB
Show Random Selection Loading Transactions
Max Size: 144/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,114 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,565 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,113 (50,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
822,097 822,097 00000000000000000000e9193ba1c1ef2bb7c7d840d1e1629519e27731a53b48 1.70 MB 4,412 265
822,096 822,096 00000000000000000002bf69d6b01e6db2cb53b11903506030639e71040e2a10 1.68 MB 4,407 347
822,095 822,095 000000000000000000026b3d3426f88d958a2a55b38ac91dc58451be774e7acc 1.58 MB 3,756 299
822,094 822,094 00000000000000000000eee0a3a3ed3c56af733752453497567d902c6c5424f9 1.59 MB 3,611 337
822,093 822,093 000000000000000000008cfe4cc82600782ee346205e1578cd3eea1e6ac1bb51 1.59 MB 3,895 375
822,092 822,092 000000000000000000007a5e25051810f49ba759feac2b38adcff54544f3ec89 1.31 MB 2,114 242
822,091 822,091 000000000000000000025d98d334224794a7f33061a708d01206dce973ea91c1 1.24 MB 1,582 219
822,090 822,090 00000000000000000003c3f2187d6506c3a77a47575d1a5041cc7959b3621ae0 1.64 MB 3,978 241
822,089 822,089 00000000000000000000163bab0b733e0f1bcadede61bc1ff2f47630eb1d981f 1.60 MB 3,845 371
822,088 822,088 00000000000000000001711945737c49b15e128d3ca6987f516b200f4d238507 1.67 MB 4,387 279
822,087 822,087 000000000000000000005e3bd44623131537fa092584ad81eae607d8c26861c8 1.65 MB 4,216 257
822,086 822,086 000000000000000000003c3ccae8ac34718e8047a6ee1f0a6a342321f3c85c3a 1.63 MB 3,415 280
822,085 822,085 00000000000000000002527690768b1bbdabec34d25afdffaad2454eb1d7343c 1.72 MB 3,852 287
822,084 822,084 00000000000000000001199ac8e0ef0641da1adfce6a23e6c6c65ede09998ddb 1.56 MB 4,091 425
822,083 822,083 000000000000000000036359850105021cc6d10adf72119728b468ebee84f496 1.66 MB 4,082 328
822,082 822,082 000000000000000000038908b208f2bfa256123364e161cc2fad0b470f1a13b9 1.60 MB 3,962 372
822,081 822,081 00000000000000000003506d97cc7035ed36e9f94b7e8c061fb36afd08215923 1.60 MB 3,845 364
822,080 822,080 000000000000000000000dfcad433b1ca6c3d85a304c9c2ce7fe64ec2fbe4496 1.59 MB 3,721 399
822,079 822,079 000000000000000000018c06d8facdba6558ddf92e797804661b6137564694b4 1.58 MB 3,634 383
822,078 822,078 000000000000000000019fc9f8c7cbbb8c2a91d8656f862f325c0e86d0913509 1.59 MB 3,846 417
822,077 822,077 000000000000000000029e6165657d341f37a2bfc6fb8a4e73da8b32de7ffd47 1.55 MB 3,848 533
Previous 10 blocks ↓
Total Size: 703.41 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: 2,591.60 GB sent, 234.12 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.