Memory Pool Memory Pool Refreshing

53,075 transactions
36.57 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,152 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,060 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,151 (169,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
672,477 672,477 0000000000000000000182d8acc52e4cdc4a1b3480850e9904575f3ff8fc5873 1.18 MB 1,938 46
672,476 672,476 00000000000000000008c3e0d4288ef0d8b2474abd322fd35b5bed69a5cd4158 1.08 MB 2,100 26
672,475 672,475 0000000000000000000c0f2eb49170779b9277cdfaaead94395711ef242ee255 1.46 MB 2,079 25
672,474 672,474 00000000000000000007d34ecc4de69e3f6659535669733ea349f1872095a3eb 1.33 MB 2,245 83
672,473 672,473 000000000000000000074b9d187cca8c5b69dc636f3640d04423705a10715d70 1.44 MB 2,547 107
672,472 672,472 00000000000000000001cadb8fe9824fd0778a551445ca3c82a8edd52ee78a2b 1.29 MB 2,334 71
672,471 672,471 0000000000000000000b691cd63d88edb465e43b477948d9fd82d1e927b15eb6 1.47 MB 1,239 29
672,470 672,470 00000000000000000006644ad08cd575c280aab60e2a8e67cf7bba703565d5aa 1.39 MB 2,640 54
672,469 672,469 0000000000000000000081562e321c0528643d92508555707f02e702b3846578 1.37 MB 2,832 145
672,468 672,468 00000000000000000004c423a33586a0d8dbbd2d4f1122d16cfe11742181b688 1.38 MB 2,501 89
672,467 672,467 000000000000000000090ef0d38c6a5a8b7bf9348dbcb3dc801a0289fcd9bd29 1.17 MB 1,422 113
672,466 672,466 00000000000000000003563a63eaa804414c182eef2127fe4aae9e61f5a2138d 1.18 MB 1,288 100
672,465 672,465 0000000000000000000a8b4b4ebd9e3ec670fc99e3b86c7951590745d8fc645b 1.17 MB 1,180 26
672,464 672,464 000000000000000000072237d3be5dd3f46837ee86542802a0ebb21e6c6968f6 1.44 MB 2,364 101
672,463 672,463 00000000000000000001cf0b8d58903d6bba81c93a1def6596f6ca78d81447c1 1.21 MB 2,270 58
672,462 672,462 00000000000000000005ee92a6f587ff582dccdf717c7f5a8db1086c0da3d5fa 1.18 MB 2,514 27
672,461 672,461 00000000000000000008a3c9f745769d9a58ba321dc32c0a5ca54ae652c9f6aa 1.40 MB 1,976 35
672,460 672,460 00000000000000000008f4f145b65396f92cea6bb500b0d922ec94c1730dad83 1.31 MB 2,689 66
672,459 672,459 00000000000000000009b4a455271f63b53624b6f590a86ac6565e80e1c7e9be 1.18 MB 2,954 33
672,458 672,458 000000000000000000031dd30757501a8cd7374bec9a6edb2824c17aff5b4340 1.39 MB 2,586 140
672,457 672,457 0000000000000000000a853826cbab7fd1d283b074449f863b98700bc8580625 1.37 MB 2,462 62
Previous 10 blocks ↓
Total Size: 647.02 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: 8,445.97 GB sent, 42.41 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.