Memory Pool Memory Pool Refreshing

77,215 transactions
36.49 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,175 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 6,673 376
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,174 (560,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,741 281,741 00000000000000002c6c8af70abe87a46207332cac30ad1f6170540dd3985e4d 0.35 MB 745 37
281,740 281,740 00000000000000021b9a0212b526a58b1f4adfe4be59c683919650dad78e4226 0.05 MB 199 125
281,739 281,739 00000000000000005a6ccb5b1629fe820943110e271f4ad27c0d917f5c296e6f 0.25 MB 788 67
281,738 281,738 00000000000000008b7b3b8790b0510c8f56266202f1bce8928238c5bb0c1aed 0.29 MB 460 41
281,737 281,737 0000000000000000eaa0429218957f6faafcc4ac1457432e69b8ade1858b8d53 0.13 MB 239 30
281,736 281,736 00000000000000010d2c02e02fbd8380a362d027e31c33b47f894394a98f9c32 0.42 MB 900 36
281,735 281,735 0000000000000001ce639807059bc64891edf83166412c95e7f6fc2e57cbb157 0.05 MB 138 48
281,734 281,734 0000000000000002241cb455da3ba5c8e9ae29da1bdc52f44584ab40febf1b9a 0.11 MB 188 21
281,733 281,733 0000000000000001f76a668a08b9041ba6938ca1af654056cd0ec97e1dfd0d84 0.05 MB 48 10
281,732 281,732 00000000000000022430ed6a2c29c9d6ba054af10873b91d699c67b5fd810516 0.40 MB 813 44
281,731 281,731 0000000000000001ad01ec69f5ef5e3cbfe986036a4ac6d8c34e27aaa2fc1ac1 0.14 MB 243 26
281,730 281,730 000000000000000214e707fc1fc917f7dde32606286651c59399402ebd81e7e2 0.10 MB 138 17
281,729 281,729 000000000000000091a9fda3a3ae442687020e2589af758d5874d5fd3b72df6b 0.16 MB 304 34
281,728 281,728 000000000000000203dce39b8e24e7e87e6bcf1d3c608ddfb04aa017a31a924a 0.25 MB 409 37
281,727 281,727 000000000000000133180d2dfd0f2775115aab47f8517c267e4d13476a342eec 0.50 MB 1,168 61
281,726 281,726 000000000000000026a34e6c4a19d9e30de91ea3abb7f6dccc8de89c6d44fdfd 0.14 MB 185 25
281,725 281,725 0000000000000000c168ad46e29a6a463050c2de8c353b0566428c298d9c1dd1 0.50 MB 1,042 40
281,724 281,724 00000000000000001e3dbc081c56b64f243d2ba9b68f138fd43e57e92bdfdd54 0.25 MB 719 59
281,723 281,723 0000000000000001710a9ae1ca5c9ecf6d4232785ec322a92faefc3e22303629 0.14 MB 321 32
281,722 281,722 00000000000000001112314367e69256a881612e23bebc2b8206fbf1b659ab6d 0.08 MB 165 21
281,721 281,721 0000000000000000623dd7eba114526b4a31ce086ee2a3e8e5430a9a5645c7c0 0.25 MB 516 42
Previous 10 blocks ↓
Total Size: 647.06 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,451.08 GB sent, 42.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.