Memory Pool Memory Pool Refreshing

97,051 transactions
36.43 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
845,831 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 5,993 38
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,830 (503,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
341,891 341,891 000000000000000008710b73141ca8aa35c3f8e9b9fd47e024437b2a9c73759b 0.02 MB 40 9
341,890 341,890 000000000000000002d1c24661a4b38dd507a10cc470ed8cb83f2226c438630c 0.53 MB 825 23
341,889 341,889 00000000000000001154f6767eda66e7344d1a974ddf04ca3909c5dbba03927e 0.05 MB 127 24
341,888 341,888 000000000000000017d26febf614fa172f179d6d24643dd42cb7ad84840ced6d 0.55 MB 905 24
341,887 341,887 000000000000000014024e0f4d36a7d353a18029a37f0b9769418b6b8db390e2 0.52 MB 1,008 28
341,886 341,886 00000000000000001474458152f88749c4c00a8534f0672eedd6f60a02e6d351 0.43 MB 578 18
341,885 341,885 00000000000000001287d08c55b5cf6364bd6e90b7f0c1be09204479cc18d71e 0.19 MB 512 34
341,884 341,884 00000000000000000c7010e7331d557775c00005d92a4f6608e7b01e99245b13 0.05 MB 111 21
341,883 341,883 000000000000000019cdffb7f885fd37331f9bb37249e8ed2cec95a844aa60b1 0.09 MB 181 25
341,882 341,882 00000000000000000792d37d84431aa7d4bd0b4500cdd4bd23ff0dd7e3b0e987 0.24 MB 464 27
341,881 341,881 00000000000000000ea6fc46f33740d8164e7acd7baab1b5556c57aedd1edbd6 0.51 MB 985 29
341,880 341,880 00000000000000000c8525a63062d49b7cfbd9db25db398ab4e68643a5334416 0.13 MB 233 25
341,879 341,879 0000000000000000122e3892fcbd799980acfd64c99f5a14abf4819382e4dcf8 0.12 MB 191 21
341,878 341,878 00000000000000000f04849edf362fb7cbde1170da5a6c6b72a154519888c090 0.23 MB 456 30
341,877 341,877 0000000000000000098ae90a30298c716e917b2fab1bd9270f1d63979f75732f 0.04 MB 73 45
341,876 341,876 000000000000000009a04174bfa5797f22c4eff680a6f26112696202f86c3dd3 0.28 MB 489 21
341,875 341,875 00000000000000000c0ce21f018f9640f4266fc5442c61d294930d0a73d8980b 0.75 MB 1,403 26
341,874 341,874 00000000000000000a6ccaea07bc106448a5e6bc7f09d1cee0bf9369542b8b13 0.14 MB 232 24
341,873 341,873 0000000000000000162d0fbd1353c96f8205db7b8f22606cc30fdb5f3f2dbfb8 0.14 MB 238 22
341,872 341,872 0000000000000000044bab7cb119b8f1f910177d3e0a47c5efe1b68c89c91dbb 0.01 MB 20 12
341,871 341,871 0000000000000000066c718262182021222f40339c0d1f015f2a1bf714650f84 0.04 MB 91 25
Previous 10 blocks ↓
Total Size: 653.93 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: 9,352.51 GB sent, 85.12 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.