Memory Pool Memory Pool Refreshing

35,042 transactions
55.96 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,233 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 4,578 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,232 (572,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
270,620 270,620 00000000000000020a212cdb028cebfc19d95c77f4b1cc8fb5a965e8fadcd531 0.00 MB 1 0
270,619 270,619 000000000000000051c7cc8f85094731d28e5c99d923f89bb74404026261c93f 0.25 MB 623 81
270,618 270,618 0000000000000006bcb969e851aada4093ea020bacd70975495e2b12ee1ec2b2 0.04 MB 72 76
270,617 270,617 0000000000000002a7aa9009823957b8081530fab5232f857e31dcce41ebc749 0.14 MB 294 103
270,616 270,616 0000000000000003887279c0e89b994af3733911a774b6750064158ba5b40f41 0.14 MB 348 66
270,615 270,615 00000000000000027ea61020b8895b0f7311e987a8a0af3e8f4eeb6b197add61 0.21 MB 290 41
270,614 270,614 0000000000000003746a8e9a923907066e62a17bb5bbba9732c0e1e11d70e0b6 0.25 MB 392 30
270,613 270,613 00000000000000051d2ef5a2e8b9715b8034d26ddfb7f8400068e9b93c27065d 0.25 MB 556 60
270,612 270,612 0000000000000006af70bf4bad143a7c76938f081ac2249ddcb8fe18ad636358 0.25 MB 716 155
270,611 270,611 00000000000000013de083a7cc4fd926a965281ce19e83aa407848c9dfed4c30 0.16 MB 450 74
270,610 270,610 0000000000000002e1ce99bab8a494cda6000dce4b89fc8f8e6515a23d166818 0.14 MB 332 63
270,609 270,609 0000000000000002890e15edd582772649775bbe7618c7fb7c7930d590b307e6 0.11 MB 75 12
270,608 270,608 00000000000000057fbc3b60d47b8bc647505aa62f806c5aeb9c7a8d276f064f 0.25 MB 677 125
270,607 270,607 00000000000000017086c3a4f31d0ea39efff07ee19353ff5034dcb3c3d4f65e 0.22 MB 295 34
270,606 270,606 00000000000000051eee1b856564abd0c5a76e3d0951c57c5dd0361aff018cd1 0.50 MB 991 62
270,605 270,605 00000000000000070bedfe64cbc81ec40a594289f1c122e38528266fc8d39752 0.25 MB 582 84
270,604 270,604 0000000000000000338f9175a1bef40d0861b0a0e693669c8216b88648727423 0.50 MB 1,131 43
270,603 270,603 00000000000000051255b4786a6024174de3fb3270131c04992cf53d4d6b6a4d 0.25 MB 751 171
270,602 270,602 0000000000000001be5d9ec9e5613f63ca467d70026123986b28e63ac89ab0a8 0.15 MB 276 33
270,601 270,601 00000000000000067f70f83dabb03baa79c235fd55c9ace804a18225d93b4d8d 0.20 MB 271 89
270,600 270,600 0000000000000004db2825b463e3eaaa33b7a9805589475262fd977c028e70fa 0.03 MB 70 9
Previous 10 blocks ↓
Total Size: 649.09 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,739.16 GB sent, 56.19 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.