Memory Pool Memory Pool Refreshing

55,485 transactions
38.45 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,324 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,015 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,323 (317,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,118 527,118 0000000000000000000d76ec26bcfac4483dad2270e257041b43f2c4597257fc 1.39 MB 1,885 25
527,117 527,117 00000000000000000007fe7715f51a9dd8a3d0ab6f5558e766107f5d869960f8 1.27 MB 2,431 11
527,116 527,116 000000000000000000337bcc1d408edf0e1ab752a7e8bcc7163d3cc89157f3f7 1.12 MB 2,368 26
527,115 527,115 000000000000000000046903344cf21fc1453aa4b4c3bdbfa158578781a53ac5 1.09 MB 2,086 63
527,114 527,114 0000000000000000000d95f8b0e40bdf9cfca41adf473ef4a429760acbb69ab5 1.13 MB 1,603 15
527,113 527,113 0000000000000000002ffba5b7d75c5038f634e2e5f1bcbdbd7f56d30c42aa28 1.11 MB 1,623 16
527,112 527,112 000000000000000000152b2e5047520349a9097300068e2d5a2a0aefb5eef67c 1.09 MB 1,702 19
527,111 527,111 0000000000000000000711473a7e1a52cff6bccb628dd0ddcf49023a426ec4e4 1.04 MB 518 4
527,110 527,110 0000000000000000002ef1e139fb7af1bd4775371146d0392ef020c3d1e2bb70 1.00 MB 55 1
527,109 527,109 0000000000000000001c13774891fb30dedcfec70eafd0602569864d28a59dc2 1.04 MB 852 6
527,108 527,108 0000000000000000000fe5a2cfb7520e23af1de9cf46e0ce9acb68b3ce7c878f 1.12 MB 2,159 23
527,107 527,107 0000000000000000002550276d9938d3bcf23315d1616de7ecb0ea8e29301852 1.15 MB 1,901 22
527,106 527,106 0000000000000000001f5cb5bf055751d16c67c39eaac096dc7bb29fac49f0da 1.14 MB 2,256 19
527,105 527,105 000000000000000000175897c2411552543685a13ba01770db23cb68abf107d4 1.06 MB 641 6
527,104 527,104 00000000000000000005d13c96d2a9b254f065accc1f4eb2726df50729e43c69 1.18 MB 1,935 18
527,103 527,103 0000000000000000002f7faf8b1fcd8e434b9e0a2b95d3d063a6065344349127 1.13 MB 1,246 12
527,102 527,102 0000000000000000002966cbfb19076319e2a5c2a3498caed96ad7c5b152ecc9 1.06 MB 741 10
527,101 527,101 0000000000000000001050b5e79a779e59785dfe82e23d6a02b3952ed8a1d79c 1.12 MB 1,384 13
527,100 527,100 00000000000000000019c9e2984da1723dc793545daa58a598cc0919a9c3fd0f 1.03 MB 188 2
527,099 527,099 00000000000000000034e9374393ad6387d8eb30c8356a8e84fdb4f10a096e95 1.07 MB 794 5
527,098 527,098 0000000000000000000f7e54216b590437a2154084133d018af6f3c731b5747f 0.67 MB 1,541 28
Previous 10 blocks ↓
Total Size: 651.12 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: 9,093.70 GB sent, 66.76 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.