Memory Pool Memory Pool Refreshing

52,325 transactions
43.86 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,046 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,464 33
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,045 (686,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
155,731 155,731 00000000000009a2de1dcb9dbe280457de73f0ef1c732fe1ec960bd3dfc10c97 0.04 MB 87 14
155,730 155,730 000000000000029612c11dab74ce9c1cc42f24c2ff166a4a7cab649528823123 0.02 MB 37 195
155,729 155,729 0000000000000628d0aa68716fc9c9762ce3e0aeae062e6e6f1e782f9c56a739 0.01 MB 23 183
155,728 155,728 0000000000000ab4dca62c7f4eda41549b7ba441b556f4a8c52631759a4c3cac 0.01 MB 20 461
155,727 155,727 00000000000000993a8f5bf10af254966000936640c8234a9a8ae01850f1ebb8 0.05 MB 123 129
155,726 155,726 0000000000000c470e4f952ee37d24c7e323efff27ef537b781a3c606f6ee3a3 0.01 MB 35 321
155,725 155,725 0000000000000a083104ab62c23dc4bf74bf4c5cf0e3b3dde067ad80ff83e550 0.02 MB 36 23
155,724 155,724 0000000000000e44012d1343042f02b7aaaada880d6ce994a99e21bbe33bb4d3 0.06 MB 46 344
155,723 155,723 000000000000024267cfc5f9dc4f95580bcc4b04c27c22a38d5c82d96934654f 0.01 MB 15 18
155,722 155,722 0000000000000920e0e775bd341704b6b066af311d2b923c2ed06ae8aa907d62 0.00 MB 11 528
155,721 155,721 00000000000004440dd37201e4397b6b3086cbd0972eb1b49c0eb55ab24c6370 0.01 MB 25 53
155,720 155,720 000000000000058cce3f7c231b1e3dc16bd47fe47b480adbeeba400654c131b3 0.01 MB 14 284
155,719 155,719 00000000000000d639f241913fc62019ec2cd7dc9584668f62aea3c5793cdb6b 0.01 MB 14 112
155,718 155,718 0000000000000e937b4d6ffdb06f1a1d58a75eaf56deb65b4e59ca9689a13681 0.00 MB 11 605
155,717 155,717 00000000000005a08dd4b783e62af95a826ce0d5d4528c8a5708a30c076a1d8c 0.02 MB 50 48
155,716 155,716 00000000000004152cfa54d646899a324f224f1409f8f9f0edc6dc0804b7ca8e 0.03 MB 94 333
155,715 155,715 00000000000005d87f52249fa4c09df8d1a024badfeae338112f1b4d1f4a63c4 0.00 MB 8 676
155,714 155,714 00000000000005496d6d92afb66bd9df382dcd9552fcee843729b8239229a57d 0.00 MB 10 16
155,713 155,713 000000000000064087a6569a1b7d982536b150b48c6c01334ebaf331719ca2ce 0.00 MB 14 62
155,712 155,712 00000000000002afa06af2dcc8e731790b5f6ba73e3341a8931ff9647ff8bf1d 0.02 MB 49 407
155,711 155,711 000000000000004b7ae30948ce690c32e5e9c80d37c00b7c51791a53c0b5a0b5 0.01 MB 30 184
Previous 10 blocks ↓
Total Size: 646.84 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 8,425.81 GB sent, 40.61 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.