Memory Pool Memory Pool Refreshing

62,671 transactions
27.37 vMB
Show Random Selection Loading Transactions
Max Size: 150/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,866 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,341 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,865 (499,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,142 345,142 000000000000000013cf561af5b2e270eabe416a0dd1c6f6834acaa8f68a642b 0.21 MB 466 28
345,141 345,141 00000000000000000d6564c9e4e51c7aac58dff66467a43971a7334bcc3ffdf5 0.25 MB 178 12
345,140 345,140 000000000000000000b37d05cc52fc2f7157a8ab8cb216a2248c0d71ee2e68a2 0.75 MB 1,584 31
345,139 345,139 00000000000000000115bc1bd7ca8e7867f19918d29bee9898c71ca85d3d2484 0.33 MB 442 18
345,138 345,138 000000000000000008879ff8f1ca025b635de748930e81544850562c5c8e00f3 0.27 MB 540 23
345,137 345,137 000000000000000016331ec9b9b81fb1c58be66b2bc75890d9f7b9517a6b1955 0.61 MB 1,376 27
345,136 345,136 000000000000000005f066c33a135d7eb85710a730d236703764926ada0257c2 0.65 MB 939 17
345,135 345,135 00000000000000001096bde2a66c543dc4eaa9a4037f5bf0cb6f744af7cb9936 0.75 MB 2,022 35
345,134 345,134 000000000000000009d446305418d83359e146c6af4204380426fb4f00db6331 0.75 MB 998 21
345,133 345,133 00000000000000000f8c27e4f93cb7e36675fd51a2f50bd48b5718103de2e5aa 0.28 MB 1,024 51
345,132 345,132 0000000000000000149dd008d0ac20a9e9d96a92e9fa027aac4eb39bf986eac1 0.15 MB 273 289
345,131 345,131 000000000000000007ee7fe1f43adbda7c088385d902218d08b5fd3ca2054f36 0.15 MB 401 30
345,130 345,130 00000000000000000a795abf82e4c141ebc7c0d16dbf0998f6febec5ef90ac3e 0.15 MB 253 29
345,129 345,129 00000000000000000728c806b82c9355e1043721b5ade6d023283a598a8e5a6b 0.33 MB 456 22
345,128 345,128 00000000000000000a2fed97979b4b590956e8c9d379f5900413fd6e0441c649 0.10 MB 52 4
345,127 345,127 0000000000000000174565e6ce547fdce86806b3317500cac7a290261405766d 0.32 MB 562 25
345,126 345,126 00000000000000001554e813c87e181dfec8c9da261fcf4eda6c7ceb7c438535 0.25 MB 557 32
345,125 345,125 0000000000000000175e92b35428b6bac0d7beb2d25d00c8ddf0dc2e4624b744 0.74 MB 782 19
345,124 345,124 000000000000000010d66ec56c7b7e0d518d7837a0361ad2995c963b2933f618 0.75 MB 693 18
345,123 345,123 00000000000000001145deb0aad631caddc3491df7bf21a72bd54783e52d49df 0.09 MB 64 19
345,122 345,122 00000000000000000d8397dc3f92861d3b2a2a668a88b4f2479e73ad384a9ec1 0.18 MB 393 29
Previous 10 blocks ↓
Total Size: 652.15 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,210.11 GB sent, 72.72 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.