Memory Pool Memory Pool Refreshing

53,275 transactions
31.20 vMB
Show Random Selection Loading Transactions
Max Size: 154/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,428 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 2,850 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,427 (550,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
297,714 297,714 0000000000000000656cc56eb6ee0eff90b0c5e5424bf340eda9d53cecf1712f 0.06 MB 100 25
297,713 297,713 000000000000000062c467eff8850ebf2d59c26748424f1e9d3f7d0e747788e8 0.34 MB 670 31
297,712 297,712 00000000000000005410f680de621b1bc1e3e3d00b2fff84ec73c071cc46e114 0.18 MB 367 33
297,711 297,711 000000000000000003d0d2fdbdd18c4d6085966f9c1a2d28055850a4ed68e35a 0.26 MB 512 37
297,710 297,710 000000000000000097f7f9fa246e583fed55fbf15c512cc0da2debdd8dae78f0 0.10 MB 166 27
297,709 297,709 00000000000000002bd21d296bd884c1c53073bdd71fa2f40341e294228138f2 0.11 MB 90 20
297,708 297,708 00000000000000001a62870d706c2939100ceafbb86f30dd9f398dbb3d60b651 0.29 MB 514 33
297,707 297,707 000000000000000081b27388f4bc9c12e023749df72d5ec705fe060c295d4cfb 0.24 MB 466 34
297,706 297,706 00000000000000006d20a19af9f926e63381899e494cc44fc50b1e04f1dcb98a 0.05 MB 35 8
297,705 297,705 0000000000000000182683f14d508c58822b17c26b5fba424a944447f85faa73 0.27 MB 531 36
297,704 297,704 00000000000000006716f56c5cd5d5fb2cb7d0a27502fe1f977cc5603ff74fb5 0.17 MB 163 17
297,703 297,703 0000000000000000764db850a54d41a5a58af27a7dab75854796c03c52ad6176 0.01 MB 32 11
297,702 297,702 000000000000000021a5a816bb3860104c6177d83fadae74cccd0f754bf5bcfc 0.50 MB 1,220 43
297,701 297,701 00000000000000009c143a1773a5dc24477ec151689bc78ffdd00a232bd533c8 0.06 MB 29 7
297,700 297,700 000000000000000068658674846d18901aa165300e4a67cfcc5b9f08826de843 0.05 MB 93 35
297,699 297,699 000000000000000019ea5029466123f76fcba504c443fb37ab8d84c1c21ccdc0 0.21 MB 345 31
297,698 297,698 000000000000000017f288a0b07e8bbffb39ef1434d97add1b71ac739d0e7fa5 0.00 MB 1 0
297,697 297,697 00000000000000006011691f9c9cdf7800bb8a10190bdc57c5242e74fa99d4d8 0.11 MB 205 32
297,696 297,696 000000000000000068c3de3c3e562f62415f96f9816784ff281496cb590b36e5 0.08 MB 207 38
297,695 297,695 0000000000000000939cc34b7086bd9719a5d01b12fd16a054578c6e7529a843 0.34 MB 414 27
297,694 297,694 000000000000000091459a0012fab6e45ded0164a16f2e9ee2e0fd4c7ed810fc 0.08 MB 128 23
Previous 10 blocks ↓
Total Size: 658.55 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 94 incoming
  • Data Transfer: 1,509.16 GB sent, 2.62 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.