Memory Pool Memory Pool Refreshing

97,107 transactions
33.98 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,774 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 5,390 37
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,773 (706,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
139,855 139,855 00000000000006821e1ce53aac46a2b37c0c78f6e11e0cf281ef290bba1908ce 0.06 MB 154 1,028
139,854 139,854 00000000000000fed317b158c071b951009d34dcf9c3f7a3555020d7e1d33bde 0.01 MB 25 186
139,853 139,853 0000000000000054786d9fcf321f06d18c65ed1ac28185f4cb36aad1ffe3f327 0.05 MB 125 159
139,852 139,852 00000000000003166b7eb8fdda1e1ef1a443eb0b102cec132abf1d83d187545f 0.02 MB 29 401
139,851 139,851 0000000000000494a4e83d28a434c5a418466fe60e88fc153b4ccbddd6625a9c 0.04 MB 109 105
139,850 139,850 00000000000007bdff8c0a790d60636ae3b2f148c1fe9569d0f50aec9ac605c5 0.05 MB 66 175
139,849 139,849 00000000000000c8a74e30a140d255728db3d186740a57c80cd7cbe856e684e3 0.05 MB 68 478
139,848 139,848 0000000000000038501bff79db124e941a8959c5efdb39c2d2041f3c4bd172b3 0.05 MB 80 278
139,847 139,847 00000000000001c6de90647d5f03cd3070991ec93b5bda6c3d235a3dd79e3844 0.04 MB 67 238
139,846 139,846 00000000000008245307c26b31ffc1546197e7755684dabcb33da2b1d9b80169 0.02 MB 71 68
139,845 139,845 00000000000004549ccbc2ccd021b21f882835813420d3932b8f610a05983fbd 0.05 MB 107 163
139,844 139,844 000000000000063bbe7898db05a9bd4d5f0cea5f021efad3f1bc468567a97e90 0.01 MB 16 77
139,843 139,843 00000000000004251eea8b0108403e8218911230d859cc9b4080fa555ada3d18 0.00 MB 9 91
139,842 139,842 00000000000007c76472ff181eb19d3ef7c3848022348360b4d7374ed2a62b30 0.01 MB 10 263
139,841 139,841 00000000000001eb2d3226de648029daa519466508dbf59a0083c4267419cf4a 0.02 MB 59 90
139,840 139,840 00000000000003fa5c7072a219321c5f5bf2c6772621581c77c2104252901f77 0.01 MB 21 42
139,839 139,839 0000000000000245f1384b0ca35d7553219fe430c3c433161b4191b783aaa793 0.01 MB 37 74
139,838 139,838 000000000000005a667c130d4635b3c62a8dc98143252df2fa5b7c4dd09875bb 0.06 MB 100 208
139,837 139,837 0000000000000542f0f544a996f0525c9ae165655c145d0a0636a3e58078080f 0.01 MB 14 55
139,836 139,836 0000000000000654a23b4cacbc71cc3eca26d7393e04fa798376ec9c03f38341 0.02 MB 56 86
139,835 139,835 00000000000008d14efd5383433c974ffd6a77f2ffce46c906efb5ea3cc48f1e 0.05 MB 50 402
Previous 10 blocks ↓
Total Size: 655.63 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 9,499.40 GB sent, 97.89 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.