Memory Pool Memory Pool Refreshing

40,704 transactions
42.20 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,191 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 2,949 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,190 (268,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
575,835 575,835 0000000000000000001656e1626264d8fed66d1b448ff5150772c2c2f9c2a26b 1.13 MB 1,686 32
575,834 575,834 000000000000000000014ec6bab787f566ddf919a4ae56dd3a7306cb53b5e18a 1.10 MB 521 11
575,833 575,833 0000000000000000001f3132f018a33111649dbafb28ea89a46fc224e7c8266c 1.12 MB 1,749 17
575,832 575,832 00000000000000000017c60e882827868b34f48fdd0b4759b5ac60810e86cdd3 1.11 MB 2,985 39
575,831 575,831 0000000000000000000e1f81aece41b8c83aecd9324b5c87078f5ec01742d1dd 1.26 MB 2,617 62
575,830 575,830 00000000000000000023da6f16903c6f3dfc93ab7c1ee872a6d6f72d40d6ce6f 1.25 MB 2,667 89
575,829 575,829 00000000000000000009594077fdb134791dd4752d4479b058d54f972d471056 1.29 MB 2,770 93
575,828 575,828 000000000000000000005270e20a90c53c7b215d0ed4874af410dc167b74a0e4 1.15 MB 1,810 40
575,827 575,827 00000000000000000000c9fe7d428ccf2d1284fecea5c3db6ce99ff131b4b7c8 1.26 MB 1,871 37
575,826 575,826 0000000000000000001ae333e86dbd01da5ef56fe4b9008f044b7610b0cb29c2 1.36 MB 801 9
575,825 575,825 00000000000000000025f185633f584a395c473811272120032339d494c6c66b 1.71 MB 346 8
575,824 575,824 000000000000000000178bf1c9c0f50e1de1510e6c92f5882fd6a9adf38598c4 1.09 MB 1,777 11
575,823 575,823 000000000000000000042889038a07fd06c0ca6b55baf41d778af8ef52d6615c 1.17 MB 2,284 15
575,822 575,822 00000000000000000013e0c6744b596d8b3107e4c70ba42dd090dd0e2ef0e7ce 1.17 MB 2,778 42
575,821 575,821 00000000000000000016736d32952aabfd60a2d3924986ba7de1d463f3fde11c 1.29 MB 2,665 62
575,820 575,820 00000000000000000002f29e1f50b7c400ba4b91dc9f162bdb5a44b85d494f91 1.29 MB 2,800 81
575,819 575,819 00000000000000000008a515aae24fc4380d466c1d0fd4c6db4dbb1bcc792b0d 1.19 MB 2,551 58
575,818 575,818 0000000000000000001539f860aa07899147fb265c886f8680cb6a0edf5be696 1.13 MB 2,599 14
575,817 575,817 000000000000000000228580e186cf93b0c87a8c132379c3c304666755834e76 1.16 MB 2,451 44
575,816 575,816 0000000000000000000422f2c9b59ed9c068497f29d90bc73ea01e37bbb9064b 1.42 MB 2,467 79
575,815 575,815 00000000000000000019372dd410e3b6e38bb12306cb65c2c5e9e1efac9ca63e 1.38 MB 2,431 94
Previous 10 blocks ↓
Total Size: 650.85 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,028.80 GB sent, 65.35 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.