Memory Pool Memory Pool Refreshing

46,453 transactions
41.74 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,666 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,029 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,665 (377,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
463,679 463,679 00000000000000000201d7429db233c7055e9699c5bfb57b167ca8d0c710dc71 1.00 MB 2,113 183
463,678 463,678 0000000000000000009dc82ca1ac7f358f0633d6fb7158d7a23d155961b7cb03 1.00 MB 2,464 195
463,677 463,677 0000000000000000018d7e8ae8fa8cbd1c8d1e175fdf14b59abea7f3baa315d6 1.00 MB 2,804 185
463,676 463,676 00000000000000000123f2893146a37808575dcf439fbc6a292326ebbbdb7ab6 1.00 MB 1,487 153
463,675 463,675 000000000000000000206bccb8682a323912ca7ba1ce634c7fe1e5b42c4ce8ad 1.00 MB 1,159 96
463,674 463,674 00000000000000000081d50f5f266aa3ea9004ab1263e10d6891eec6e8d50f3f 1.00 MB 1,914 158
463,673 463,673 0000000000000000009bca42f2fd4cff2cb44b4a395985b94f99d2eb5833af4f 1.00 MB 1,552 113
463,672 463,672 00000000000000000000291d6c7d4f6f170f7b98cb87e7d8d90e4498fd4407ca 1.00 MB 1,418 146
463,671 463,671 000000000000000001bab4f877eb5d0afed803b3c941f5c3b6959136dcd1709c 1.00 MB 1,078 102
463,670 463,670 000000000000000001c14c4a7f1df1b1c7ee690d791f24cbe0b0317f9fe10c0e 1.00 MB 1,741 148
463,669 463,669 000000000000000001c549f2f8ba505e667db2e47921f73ca8430861f9047d9a 1.00 MB 981 102
463,668 463,668 0000000000000000010700e72ee819b5120cc3d182437b50e9fb3c22aa162581 1.00 MB 1,518 125
463,667 463,667 00000000000000000032609839d3682d0364e5df638983f41e123ecbf0d7de00 1.00 MB 1,833 129
463,666 463,666 00000000000000000162e0a328c28177f6de6cbcddffc55dc91e36c4d30ff779 1.00 MB 2,189 221
463,665 463,665 000000000000000000e01385d7587f7128c0277a329449ae194fe2b83a68d5b4 1.00 MB 1,885 112
463,664 463,664 000000000000000000f1801b4053d08d09b43efa867b66193e5aaacca6312e5b 1.00 MB 1,620 124
463,663 463,663 000000000000000001964728e984edf99cad214c9f3f8cfb4f877a7a9197fa01 1.00 MB 2,325 140
463,662 463,662 0000000000000000006e566f8f2bccd239a1967ea23c37629341539357d0eb2f 1.00 MB 3,749 125
463,661 463,661 00000000000000000023decc4ce5a8a09bd258fd1ec6a4ed835f8a90b43517df 1.00 MB 2,171 161
463,660 463,660 0000000000000000011a0216ef6807f78cca39907a7eb172b33db00325b7f9d5 0.99 MB 2,134 146
463,659 463,659 000000000000000001263708b39243e84bba07c7908eb0c1c62611d1e5a91a15 1.00 MB 2,349 160
Previous 10 blocks ↓
Total Size: 646.13 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,329.08 GB sent, 36.11 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.