Memory Pool Memory Pool Refreshing

36,863 transactions
33.47 vMB
Show Random Selection Loading Transactions
Max Size: 154/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,832 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,256 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,831 (266,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
575,621 575,621 00000000000000000005686e6393a08c261371d5a7efa59babc8250d1664a76f 1.10 MB 1,582 115
575,620 575,620 000000000000000000103ace874de3e5801c94d310310bd3b2231553d350704e 1.24 MB 3,013 130
575,619 575,619 00000000000000000029f9d9beef48339b710892ed2499742dbc067693edbeb8 1.55 MB 416 10
575,618 575,618 000000000000000000190e10a3ec9be4a8551386e57836a2be6e62e157f041b2 1.11 MB 1,615 14
575,617 575,617 00000000000000000010d0f3b69ef4c2d6f7400e55028f4c741ed433372664d7 1.29 MB 2,076 71
575,616 575,616 00000000000000000023dd0d28dcd86ccea5be372adcda9361cd0f3260d5d8ad 1.39 MB 1,877 63
575,615 575,615 00000000000000000010d0ba149f17380e6f8107447bd69a38f430c1b49b0f75 1.36 MB 332 14
575,614 575,614 0000000000000000000c791151341521e49fb3905dcc3556c030aebd02a1984e 1.07 MB 974 25
575,613 575,613 00000000000000000029d9bf9bf27415774ee11cde0daa1daeb197e3c6a57a02 1.03 MB 1,450 24
575,612 575,612 000000000000000000222ec499bf45d407d7cea46c1571c9c1a6e65a8df7f77a 1.20 MB 1,881 90
575,611 575,611 00000000000000000020679edee63579e14980cdc5a4230a9019fdd12166fa1f 1.17 MB 2,839 71
575,610 575,610 00000000000000000009829341403248d0e5b1707b51d3724605aac6d30615e0 1.13 MB 2,832 95
575,609 575,609 00000000000000000004098e139770f6303cc9c8d508426ab2c33212348eb709 1.31 MB 2,267 107
575,608 575,608 00000000000000000021015e094be3f9a5e7a408b15e44b73b0a618018d66c25 1.24 MB 2,883 111
575,607 575,607 0000000000000000001974fa48fdc57bec14992092ae71a9d6c334ab73ac575c 1.08 MB 1,389 55
575,606 575,606 0000000000000000001cf11164dc99f33139adfa5241357dbe013f6e1011bde1 1.04 MB 1,027 19
575,605 575,605 00000000000000000012e6058c525e6dac2a078059975a6f168e8166d4ff3e3d 1.10 MB 2,411 15
575,604 575,604 0000000000000000001d5358cd91980db1513a873bdb7c772280bd36a1263352 1.16 MB 1,981 65
575,603 575,603 0000000000000000000a620ac15d61a93e34bc8a19c766f20c3bc0e1014c3f00 1.18 MB 2,458 73
575,602 575,602 0000000000000000001025de4d89c2dd0e27b59529f811b9b6230d5ae3530536 1.16 MB 2,221 65
575,601 575,601 0000000000000000000401e27413e1e9d79e4a98160c606048acbc16fd2d9c46 1.32 MB 2,970 120
Previous 10 blocks ↓
Total Size: 646.45 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,354.63 GB sent, 37.79 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.