Memory Pool Memory Pool Refreshing

47,598 transactions
45.99 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,662 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,035 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,661 (168,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
673,146 673,146 00000000000000000005650d49485d46c836e824d1ada51f39e3e04a1c920db2 1.46 MB 2,454 120
673,145 673,145 0000000000000000000738f0e410cb835a4a17c40e44a6a01a011eeb734ea33c 1.42 MB 2,350 128
673,144 673,144 000000000000000000077f08fd614db6c38ee82c4a129c13d3dbf261e63c92dc 1.32 MB 2,918 118
673,143 673,143 0000000000000000000b72e628f541e2ae982ff12b7d74b748c351ecd89f233e 1.30 MB 2,222 114
673,142 673,142 00000000000000000005797475c04b63f5515096ae51f2c07b51a52f26663e07 1.30 MB 659 103
673,141 673,141 0000000000000000000171ace953adccda4b8eaa7675d35655905bf306efd43a 1.32 MB 2,860 117
673,140 673,140 00000000000000000005bbaf138808f013551914556ed41c3b6982e8a53fa4a6 1.26 MB 2,719 120
673,139 673,139 0000000000000000000340c3393a1e2bd62a05d715be8d725bb5ff518200ca0d 1.35 MB 3,173 149
673,138 673,138 000000000000000000043c84ff1cd2dd6a439538c6a993cb692db0ecbe700471 1.30 MB 2,457 110
673,137 673,137 0000000000000000000094d895e21888c26cf0b7fe924802e52caffdb871f082 1.30 MB 3,274 143
673,136 673,136 0000000000000000000628dd7a24cdcee522bfb29f031aebcfe11faa3a41714b 1.35 MB 2,047 53
673,135 673,135 0000000000000000000308b00f654ca340005b78ea381692ac021dadecceb94c 1.21 MB 2,999 56
673,134 673,134 00000000000000000006e13f2ff3e5f4bf8037281e61152643a943a8dce83387 1.30 MB 2,919 106
673,133 673,133 00000000000000000002d70ecc9a958b6cfb98b083d02457f01daaceaa56bf08 1.20 MB 2,440 115
673,132 673,132 000000000000000000073463213d3a9addf3ebc0d4ded20b1e11c35778cd24cc 1.44 MB 1,450 106
673,131 673,131 0000000000000000000327db964d10ed216c52d77b685851c69c91d79ce9f7d5 1.26 MB 2,735 137
673,130 673,130 000000000000000000094c8ceeda06ce2438753ad50ef3699e03618459adb88f 1.14 MB 2,795 49
673,129 673,129 0000000000000000000b2c9a40fee345d7cfa32649d4073dcb81d8c27ae79058 1.26 MB 2,417 74
673,128 673,128 0000000000000000000c9d90c0db2780dc62c13619920328ad81132bf15ea198 1.25 MB 2,644 119
673,127 673,127 00000000000000000005081b106235dac268b4c489677e783f05ef16b6628129 1.30 MB 3,102 110
673,126 673,126 0000000000000000000626151928cd375eacdfb5970a4e16b92cc6d5ecc36350 1.26 MB 2,799 84
Previous 10 blocks ↓
Total Size: 646.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: 8,328.34 GB sent, 36.08 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.