Memory Pool Memory Pool Refreshing

22,193 transactions
39.88 vMB
Show Random Selection Loading Transactions
Max Size: 130/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,958 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 1,556 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,957 (660,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
183,897 183,897 00000000000002d9436a1eb45d5248b5b9db8cd9842bf6e685b5b097ed30cce1 0.03 MB 100 89
183,896 183,896 000000000000053f4bfecba4ff363a9daa1333305b199f0e79094ea9ef2dc1e6 0.05 MB 132 100
183,895 183,895 00000000000000ea42130604a920f247626e693fc9b680f901cb0890b44e702c 0.05 MB 118 135
183,894 183,894 00000000000005c11fda289edf18db8fc6a8285a42224715fbc38d2ed7b3452c 0.18 MB 500 153
183,893 183,893 00000000000008bf844c7ea6eee3a337de9ec1774803e1f39e94e9446bbd7b88 0.12 MB 343 171
183,892 183,892 0000000000000414050147ce44ab5bc08a6ffb73e1c6177d332ca61d1600f270 0.06 MB 126 111
183,891 183,891 00000000000003e5182a5276a1222c1947465990fc0f3ad43713616a2400ec72 0.02 MB 32 207
183,890 183,890 0000000000000962ff5d921d2752846861cd0224b86b4bc24d6fb1b3b1a73e58 0.03 MB 63 155
183,889 183,889 0000000000000328a64d4f706c9540937b93004a00825b05b495f4e392189618 0.13 MB 287 132
183,888 183,888 000000000000002184792d3ffca0ced93f67951fdcd132784c60e9c77aad41d4 0.06 MB 103 85
183,887 183,887 00000000000006691b74f200195edd5dd1da498f2b90f9f72b1b04f9af2a7762 0.04 MB 165 22
183,886 183,886 00000000000004d7808d98920640cf99993859cc345baa38e87c72e0710fc262 0.01 MB 36 104
183,885 183,885 000000000000068c7d333eea34208bdb44a25ec8304ce65c0883b122b172809e 0.40 MB 962 154
183,884 183,884 00000000000009e42684b00b0f7f4dfaf35c5bb7b7083b76faa6ca6ffc5f8600 0.05 MB 160 123
183,883 183,883 00000000000006d1153b73a0435404e788b943133700cd6eedee0c8688d1e759 0.05 MB 155 62
183,882 183,882 0000000000000621ea1280bf40817e3c65c45f4c17b6f8067e0019c5f8c5bf9b 0.00 MB 10 30
183,881 183,881 0000000000000854b0742e3b8cd6141cb846e4da31b29fdb91b29fefc11ffc01 0.25 MB 375 98
183,880 183,880 00000000000009a53369f28249e5eb444a4e2de241b63b1fd8c2bb9dd0f56ddc 0.00 MB 6 452
183,879 183,879 00000000000009ecd93b12ffaa7b8fd694a1b7a48316705bcff2efd1343d965b 0.00 MB 11 0
183,878 183,878 0000000000000287536e34a21ac22f90b8b45c2431b65b57def966e78f54d2a3 0.39 MB 817 109
183,877 183,877 000000000000033b92912fbeacd82d2f948ceec2dac8608b767cc766f573a490 0.05 MB 152 137
Previous 10 blocks ↓
Total Size: 650.43 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,976.21 GB sent, 62.87 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.