Memory Pool Memory Pool Refreshing

46,582 transactions
43.57 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,057 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,956 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,056 (560,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,319 281,319 00000000000000016b265c2f4c52f868171cc242a02c0cf33b9e9ac89abe2b01 0.01 MB 9 53
281,318 281,318 0000000000000000fba68a41bfd00810fcdc54db270df89bd872057daabc8f48 0.05 MB 86 53
281,317 281,317 0000000000000001971057155748c277a4235b5fffad5ca52a084a138cb3b39b 0.08 MB 123 35
281,316 281,316 0000000000000000934448369c2e10e1866548a4c8e43416f22713aa75ec9c1f 0.10 MB 199 77
281,315 281,315 0000000000000001e80cee23ec1414920ed532fb931bb2475b3e7e458f0b5160 0.08 MB 171 39
281,314 281,314 00000000000000017e00d26f7a7a4fcd974e0156856148f36e777f1cb2f21ef6 0.05 MB 63 15
281,313 281,313 0000000000000001ac8c3f75dafd62970ce98391352fbf32d39870a92084411f 0.25 MB 618 76
281,312 281,312 000000000000000054c3026bbfb859672fb3d627074505093a58462e85e29592 0.03 MB 63 39
281,311 281,311 00000000000000009336d80fa57a0d1c79b1e5e1d1e965bb6b8866916d210c37 0.00 MB 19 42
281,310 281,310 00000000000000016500554e4234fc1eb3b5e409ca0a154fbe587499a5f0dce1 0.22 MB 340 39
281,309 281,309 0000000000000001d25f5bc7655e4b8eb0f968b39ca1a6d96c60e0c0e037cc0a 0.18 MB 448 42
281,308 281,308 0000000000000001fe6a8f49cb2b9783bcbebcc5d652587129c33f9114bf4345 0.15 MB 315 39
281,307 281,307 0000000000000000b7bd9c5a4c5d70b40144fed9c3c8923c492605d6b89ef7aa 0.10 MB 167 30
281,306 281,306 0000000000000000aa5956a4bc0db81ce411d7c191b132a8e2c7b7bd23e3a09d 0.25 MB 512 59
281,305 281,305 0000000000000001e91a0a34e369e6f09bb5ba01ac8990f11a76d2f5645884e7 0.07 MB 143 54
281,304 281,304 000000000000000145695125b3a6af2c192c84d40a2505d667892a1a52646352 0.08 MB 134 26
281,303 281,303 00000000000000002f50263f21118d62e60cf9c35d1aecc9702369590050d3c0 0.03 MB 76 50
281,302 281,302 0000000000000001fecd089feccd61d5564d1431ba891e68d3af5336434cfae9 0.08 MB 127 29
281,301 281,301 0000000000000001d29ae96f075a2248abaf67f877dc384ee57f7a5d0f57781c 0.05 MB 146 84
281,300 281,300 000000000000000068d15df7460d64e8259179a2befd32cadbfe4b7823fc76c5 0.04 MB 91 40
281,299 281,299 000000000000000158fe39097baecf7285a49ee2249318819bbadf1cacd993a6 0.12 MB 250 60
Previous 10 blocks ↓
Total Size: 646.86 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,427.59 GB sent, 40.81 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.