Memory Pool Memory Pool Refreshing

36,219 transactions
36.58 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,590 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,188 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,589 (204,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
636,886 636,886 000000000000000000080e1a0bec2d4a4e69107145d64356c031dafec7b56b83 1.14 MB 1,738 20
636,885 636,885 000000000000000000020e5d0d23ed6b9923269dec011281728e3ac32bde19fd 1.27 MB 2,546 31
636,884 636,884 0000000000000000000e3ba744195393e1d61414d6e3ec84614473e10ce780c3 1.20 MB 1,869 15
636,883 636,883 0000000000000000000cdadc29cc0e881b88f62f24f25b6de5662f4772bbd73e 1.34 MB 2,388 26
636,882 636,882 000000000000000000097069d08db71e6703c8438c979c5c0bf4244533cfa6e9 1.09 MB 2,339 20
636,881 636,881 00000000000000000000e060061a2cfa91db144624301294b8a02a041fde7575 1.33 MB 2,618 34
636,880 636,880 00000000000000000005aa8e9de9d8ecd652ea72b2fbacd600a867156c0144d3 1.17 MB 2,363 19
636,879 636,879 00000000000000000000a573d0ac71e7b6131bf33a66f395857c211ccd0fffac 1.42 MB 2,394 25
636,878 636,878 0000000000000000000f93b6fb7a7b80e15ac78f2ea8cfe3858ad5a0296ad081 1.48 MB 2,338 35
636,877 636,877 00000000000000000008c04a60297011678ee17c0a9a358071825709844e824f 1.73 MB 1,609 32
636,876 636,876 00000000000000000010f230d900eda85b79c15159bca5c885f35e98f766764f 1.28 MB 1,981 20
636,875 636,875 00000000000000000007321c32040f86279e1db8ad63adb5385e338e03d2780b 1.72 MB 1,823 33
636,874 636,874 0000000000000000000a5b0efe9418bd6d8d676abb730aecfc5caecd76ef1964 1.15 MB 2,047 27
636,873 636,873 00000000000000000006d65367c440512f15368963c0bc904561652e47b28d26 1.39 MB 2,030 36
636,872 636,872 0000000000000000000e4b40d27496c5e91d382465da39e30ebf650bb4b5b9bf 1.28 MB 2,949 26
636,871 636,871 0000000000000000000e50bf9be513a5d951244e95146076c48b3962fe544757 1.33 MB 2,452 49
636,870 636,870 000000000000000000110bd6df98db06fc0646ce3da18a39591874fce1a0eb36 1.14 MB 1,429 54
636,869 636,869 000000000000000000065bd0072cf3ca5b04af8b428a6091cae3e8ea28123633 1.32 MB 2,771 30
636,868 636,868 0000000000000000000ace938b3c7460d02162ec7e46434782301d88fd0df99e 1.24 MB 2,796 22
636,867 636,867 00000000000000000010af373bb8616dd9850288b319d7f94be95669490cfff9 1.25 MB 2,485 38
636,866 636,866 00000000000000000001df353171ab3b2cb32f8861e5cce1090a492062809414 1.32 MB 2,674 28
Previous 10 blocks ↓
Total Size: 645.99 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,314.32 GB sent, 35.28 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.