Memory Pool Memory Pool Refreshing

55,764 transactions
45.75 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,371 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,881 38
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,370 (640,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
201,976 201,976 0000000000000011a139405b2efd5d6de7269e4adc4a16649065a2ebaf2af0d8 0.04 MB 139 7
201,975 201,975 00000000000004149c24be6f3abb8793e1cc1543834bb9aea4dd84ec6a4f6bb6 0.23 MB 579 175
201,974 201,974 0000000000000574d1a8dc005a75592bc431f137a3a278656924d2262b7debf5 0.20 MB 320 94
201,973 201,973 0000000000000137fe4a7a43d3ee9446057dac30d1b7bd4d3740fc243afd9c7c 0.03 MB 90 142
201,972 201,972 000000000000027cf9d633629d1223fc1fef5456364179ee02c48433db4777b2 0.21 MB 496 133
201,971 201,971 000000000000023cd2ddc08ac47605231274bc093dcba704e439462d7e5a356a 0.25 MB 628 278
201,970 201,970 00000000000003b6719b2074ff16de8ff48ffaf6abdbca6c84e404f666c95c09 0.06 MB 147 145
201,969 201,969 00000000000000d74717bbd19a9ad7edb840c1062c42692fd83561a531637fa6 0.15 MB 232 139
201,968 201,968 00000000000001d5d7df32224e46f3bbb5f96836fb666f16197ad30b8babc5e3 0.05 MB 121 166
201,967 201,967 0000000000000422e0fac81473b849f8d9438bcc153e4474b7619988e7a48503 0.00 MB 8 376
201,966 201,966 00000000000004eaef4bea599e9f277f57683f5c8f5e3250cf8dea469486720e 0.18 MB 477 63
201,965 201,965 000000000000052904d447d11a55436fb357172fe36821aa6fd951a4e72915e0 0.36 MB 521 124
201,964 201,964 0000000000000388ab6d098b746909f9f7efe2e4a5bb46ce3b369d7648aa47af 0.17 MB 290 107
201,963 201,963 00000000000001aa2437af33242924ddf928899f5bd7be074f0f0e8181b280d6 0.05 MB 146 139
201,962 201,962 000000000000001c4691d930365f039d03bea50c2190659d40bf24192b46b423 0.25 MB 358 83
201,961 201,961 00000000000001f0db0165a7a7eb4fc12d99a70b4e52b409578d0e6ed9bb2311 0.25 MB 820 247
201,960 201,960 00000000000001937e950fd1e9c4baf32206976936b27db4d4eb55464e3b1ac7 0.05 MB 145 218
201,959 201,959 00000000000000e493ace3ca31c7ffc1c12a22f2ec224b2b770ea92ab249e691 0.25 MB 406 110
201,958 201,958 000000000000051310fac8fd77f139a7cf4e7639a53f5d418cbf5a609c474fa9 0.05 MB 122 303
201,957 201,957 000000000000050f6de9fcb42b02fdc5a49530f06c5b827a3c7fc04e12f6c7aa 0.07 MB 246 70
201,956 201,956 00000000000000a16afc56668c17be2555407b2264904f47b63c216ecb643f50 0.14 MB 344 332
Previous 10 blocks ↓
Total Size: 647.41 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,485.50 GB sent, 45.67 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.