Memory Pool Memory Pool Refreshing

87,885 transactions
30.15 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,968 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,998 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,967 (555,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
289,728 289,728 00000000000000005e0a000347e11ffdf4675b5da4bd5a1cfa03a4aad9697c13 0.15 MB 85 13
289,727 289,727 0000000000000000ec04d9c53ae5562ed4d418f73dafa5b20db0e6e32c7a6ce3 0.03 MB 64 16
289,726 289,726 0000000000000000ed2db3eeb8e7230c188ecf737b58d92f1e2e3128d9187014 0.05 MB 128 27
289,725 289,725 0000000000000000a07810003ced22a2a4c6577b2da076d3d4f8f3d330e87c26 0.24 MB 359 26
289,724 289,724 000000000000000056fb16fa7f4c1d696ce20157335a8020622372f6dc80811a 0.08 MB 256 40
289,723 289,723 000000000000000100f5cd5303a136ea52dcc4926f0c5a14f976ee36c9cd518c 0.64 MB 1,055 27
289,722 289,722 000000000000000026ef798e7681f0f63f021ee29e5746a3a78adca24a1aac8c 0.25 MB 753 60
289,721 289,721 000000000000000069b13f106037e8ce7bac4c39c85343b2e86b0acfbb62162d 0.57 MB 577 20
289,720 289,720 0000000000000000ac3fbb9c5ad8b0e878363b4dcc994ed8c9f06a775499a57f 0.35 MB 1,044 62
289,719 289,719 0000000000000000e661bf893ebff622ee3be1c491b9a7d44dc585dadd0f119a 0.33 MB 367 26
289,718 289,718 0000000000000000d17ea2ca7feb5bd4a0827d3fa89cdf5d3d33c67343bbf107 0.35 MB 633 36
289,717 289,717 000000000000000087699c5803ceeadb5981f686ad8ce0fd7a58f6d333971b17 0.50 MB 664 42
289,716 289,716 000000000000000015af7fc02d9863f0665ede4e4fd6db0749fe16ca1c1ff19c 0.50 MB 1,332 39
289,715 289,715 0000000000000000c5d224b767d7ec998639ff6c17b02e2a8c4d85b7c55250dc 0.17 MB 512 64
289,714 289,714 00000000000000007df07cd6f8ddb9e14b52d83df84a1926ff52f72e8fdb403a 0.35 MB 829 40
289,713 289,713 0000000000000000e8a92638ed168fa74235ac7fe1489f33dbcfbb1044c17c1b 0.05 MB 128 52
289,712 289,712 00000000000000006ddf58013ccfa71f8b026ea6b6b90e52ec028e22951a9366 0.02 MB 64 32
289,711 289,711 0000000000000000d7ccc0620c98999632e5279b585c6b443b505491be312667 0.05 MB 117 31
289,710 289,710 0000000000000000ee9d324618057c89a816f71867c73ca4516c5fe263a9db41 0.35 MB 630 37
289,709 289,709 0000000000000000c75e6598cb5304a44ca70c06e9390d618f9143a83c503c6a 0.28 MB 386 28
289,708 289,708 00000000000000011703b659a6902ae3b96dbbd83e9ec14038112e472554c733 0.10 MB 173 21
Previous 10 blocks ↓
Total Size: 652.34 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,248.76 GB sent, 74.05 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.