Memory Pool Memory Pool Refreshing

39,045 transactions
46.03 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,764 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,924 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,763 (487,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
353,957 353,957 00000000000000000ed5048d84e6144d705872d91baa2016e6f270b0e81a80f1 0.09 MB 67 14
353,956 353,956 00000000000000000820cb975c64ffb3afcba6918a0d35d6d711e3f5f3e0edb0 0.30 MB 670 29
353,955 353,955 00000000000000000af524f6670dc6f34ee3d8c865896d6a7bb0cba1ab382e66 0.49 MB 1,068 27
353,954 353,954 00000000000000000a118172fd088bd68f3bb2c2cf09a2f685a1381135646782 0.54 MB 1,078 25
353,953 353,953 00000000000000000343e8e1902de896c78c84bb7c9d98361f8cbec281c9031f 0.60 MB 1,015 25
353,952 353,952 00000000000000000b69b4f70b57080296613d7e6390ef054fd83b9a00492bae 0.96 MB 1,774 27
353,951 353,951 00000000000000001511468a3761b8b9e49a28953f00f17823538bbc98e88a20 0.41 MB 290 15
353,950 353,950 000000000000000015384553563c6915545d5a45d47c5cf667677ceb14edb7e9 0.75 MB 1,319 29
353,949 353,949 00000000000000000627387d027fd8620f6e8637c9cc28236da2fc9aa1dc59f0 0.40 MB 639 8
353,948 353,948 00000000000000001488bec3fcc1e0b32f3e2da23ab39731d2cd2cbf99380d27 0.75 MB 1,301 23
353,947 353,947 000000000000000008c67de30ef48627a617018f36bdc666af74b8b2b1815f20 0.75 MB 773 16
353,946 353,946 000000000000000006885148ce27a307438d43a87006adc55ec3fab1036d615f 1.00 MB 1,925 28
353,945 353,945 000000000000000007315ea0469e10152e36e93126613f7bf92217169832a698 0.75 MB 1,653 30
353,944 353,944 0000000000000000152c7155b6808cf1d511c43e91819e932ac379b6b9484c70 0.90 MB 1,883 25
353,943 353,943 000000000000000011a0f8aa6cc0c4e20dac6f19ed7380387db2364eefea6a43 0.75 MB 2,622 48
353,942 353,942 000000000000000005f785bc9f7a57f92086f63dd8b1211f4f23d331cb649e2c 0.53 MB 732 16
353,941 353,941 00000000000000000ced6bc827b47ec616eac37b56386d4a70583465da660b01 0.32 MB 680 31
353,940 353,940 00000000000000000a52f41e2e1e6a63254ac4fccc6d837688915392b098acb6 0.00 MB 1 0
353,939 353,939 000000000000000010f014c5f7e678f2cf7198e4b8db80dbf30ec4ddaa5141b6 0.61 MB 1,230 27
353,938 353,938 0000000000000000142feb125ca6f4dc2413e5097aee426c54aa7056446fd6df 0.25 MB 417 21
353,937 353,937 000000000000000000d29cbb57c95d70c57adbcb8c0dc92842687c4fa4144331 0.10 MB 114 11
Previous 10 blocks ↓
Total Size: 646.32 GB

Node Information

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