Memory Pool Memory Pool Refreshing

22,848 transactions
28.71 vMB
Show Random Selection Loading Transactions
Max Size: 123/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,863 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,826 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,862 (209,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
632,837 632,837 0000000000000000000695f5a3608e3317e4fc7d603b7201f47cb0c495284c0e 1.31 MB 2,241 105
632,836 632,836 0000000000000000000ed8579e64df04fb80cc66948811ddaf77e5a677d57702 1.29 MB 2,034 90
632,835 632,835 0000000000000000000c870717b22cd27f68934dbe02382dab50f3aaf9948857 1.33 MB 1,931 32
632,834 632,834 00000000000000000009cddd28982a727f5d8cebaf1b1a1948c7f757d67dd280 1.27 MB 1,947 34
632,833 632,833 0000000000000000000eb03731016c766a7ade9fbefc96d778e31b3e9ea16978 1.21 MB 2,002 21
632,832 632,832 0000000000000000000ad1fb40fbd86d5e6894c1bc9f62a7b2bf23eac9dd4471 0.00 MB 1 0
632,831 632,831 0000000000000000000f6b1d568618c898bd734bede957bbd3df881f0f8e2e5a 1.36 MB 2,091 62
632,830 632,830 00000000000000000006d1ff88ca90702191232febfbc98c5db7ec86c6a2de28 1.08 MB 664 56
632,829 632,829 00000000000000000009056a0ac19a104efa709740efc2f3ab65f85eb5f9983c 1.27 MB 1,725 77
632,828 632,828 00000000000000000007e6a5ce6cbfe54e74677f336f1b96eeb700805b57cd58 1.31 MB 1,807 8
632,827 632,827 0000000000000000000f92105ccd5bc0e4a07d36e25c07334370e54fd6cd88e6 1.83 MB 638 7
632,826 632,826 00000000000000000006c3215281e3912fd4688ef2b88f9a27fde647774381a3 1.59 MB 1,344 8
632,825 632,825 000000000000000000032d24d85518165e649efe227e32028fa3f36f04629821 1.21 MB 2,205 11
632,824 632,824 00000000000000000009b2e059c0dc066d0b187cfd8b7a66db1d25a2e7a208aa 1.28 MB 1,222 52
632,823 632,823 00000000000000000001b8d6722dabaf4b76a9a17ac7a39c7ad9878488b0ca54 1.23 MB 1,958 41
632,822 632,822 00000000000000000005d41297b08906e1a61742e3623a3ef612bd483a69af11 1.16 MB 2,768 12
632,821 632,821 000000000000000000047ce07e04193de53c9c606dad770052d2e3b15a6bde9e 1.21 MB 2,202 36
632,820 632,820 0000000000000000000bf08e348939c2acff500ec8bdf9be211020360df6dae4 1.21 MB 2,142 35
632,819 632,819 0000000000000000000841ffd336e44282388597aca45c7a0506522f3359633c 1.32 MB 2,317 70
632,818 632,818 00000000000000000009b41cebcb6905a1b6d01877b396455f726c6f8a91f396 1.30 MB 2,094 34
632,817 632,817 00000000000000000007e6205838c28fe013901d5a943990001e3bbb9571d8ab 1.27 MB 2,228 62
Previous 10 blocks ↓
Total Size: 646.51 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,361.13 GB sent, 38.09 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.