Memory Pool Memory Pool Refreshing

47,676 transactions
48.12 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,794 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,343 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,793 (227,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,852 613,852 0000000000000000000d0f7dde2491b0d1e2d7bafb165c2a1d91e3f96a7c3540 0.97 MB 1,798 11
613,851 613,851 00000000000000000007cf2abc0237b9a4b13e84f1bd31568eb5c91722d1d100 1.08 MB 2,301 13
613,850 613,850 00000000000000000005ccd1f38529588e93c99790e2c4fd97d21c709e3cae31 1.23 MB 3,011 14
613,849 613,849 00000000000000000001a7d966d77e0009bf12f15746ff674c78cbc0c4e64823 0.38 MB 866 16
613,848 613,848 0000000000000000000da772978be5d6923bf990489dd95548a0172b5e9ced6c 1.14 MB 3,011 8
613,847 613,847 00000000000000000009aef175b1671f4a637b20fe6c99d89d5c9d7c2c25c7dd 1.31 MB 2,884 16
613,846 613,846 0000000000000000000a1461d4fe6a101abe32cbf4ef3a2253af5832109d8ac3 1.27 MB 2,550 8
613,845 613,845 0000000000000000000d61316bfbfd4f4ac76ef3d455628c2ce42a28e81267d5 1.24 MB 2,680 18
613,844 613,844 0000000000000000000e3f9c25230a456fb8446c75448dbc616ea00457be4738 0.41 MB 897 16
613,843 613,843 0000000000000000001011ed21e9a0fb78c0647da3779e9d68f3b50ea8a0e3ce 0.38 MB 780 14
613,842 613,842 00000000000000000002a1b472ab490934653d3a0915c7bb7d0f059461bdb351 0.54 MB 1,283 14
613,841 613,841 0000000000000000000e357534085dd80ae40005f9824f509c0e988fa401d1db 0.57 MB 1,425 14
613,840 613,840 00000000000000000010ae8b8521d715ae4c9e440a3115bc1ae560360fbe7025 1.41 MB 2,589 14
613,839 613,839 000000000000000000089d3e6fbba410ba3f9dedd7d84179b28b77456542db41 0.59 MB 1,141 14
613,838 613,838 00000000000000000012b72ccaaff42f4ec653bf4f547ff0dd8006ed023e350f 1.22 MB 2,542 11
613,837 613,837 00000000000000000006807fba09c28d7506d36a8cec3385108a2fad6e6d4fa1 0.65 MB 1,535 6
613,836 613,836 00000000000000000000fd0cf37950ca43e2c5ffe7201159932879cfb57f8d8c 1.30 MB 2,782 15
613,835 613,835 000000000000000000035a128c0703ed345f2b5b714044582717f36aa9b6a51d 0.93 MB 1,877 13
613,834 613,834 000000000000000000116bce2d2151f7b120a864cb1e4100cdd005739b8b16a9 0.13 MB 315 10
613,833 613,833 00000000000000000007446cbb300cee8052e5bb1aad21abc6447fe28450f8b9 1.26 MB 2,631 8
613,832 613,832 0000000000000000000fbfda03c054fe946dc56b747ac293e2636d6658cf5b67 1.29 MB 2,682 19
Previous 10 blocks ↓
Total Size: 646.37 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,344.13 GB sent, 37.41 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.