Memory Pool Memory Pool Refreshing

48,672 transactions
48.82 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,337 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,584 34
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,336 (106,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
736,305 736,305 000000000000000000054371b2c15f2c61c4dee1d7201798e62f51a3f0ce5a48 1.00 MB 135 13
736,304 736,304 00000000000000000006a7713f9ab30efd65ed34a00e783128ffa702d9ef72fe 1.12 MB 787 13
736,303 736,303 00000000000000000001f4f485a0ceb9cd53e02d8b094bbb863a1b10f1836253 1.19 MB 1,028 17
736,302 736,302 00000000000000000007f2a143162d151869f67a3d858c7c36f603a03be69a0c 1.00 MB 97 13
736,301 736,301 00000000000000000006cc66e723aa1bcbd712acbb5be53c5bb05d4e0185db33 1.15 MB 1,206 17
736,300 736,300 0000000000000000000582757749b8e97b2375fbd18d0f394646e4a51518425e 1.18 MB 1,145 17
736,299 736,299 000000000000000000085efef57fe0ebdd2d28b502d84d0179c575db6c452372 1.11 MB 932 16
736,298 736,298 00000000000000000005c6f727693fb017ab21000770ef5ff1fca62272d02242 1.50 MB 2,127 25
736,297 736,297 00000000000000000000e402c7b9afe2127186cf538b430281a4220964b52499 1.18 MB 490 18
736,296 736,296 00000000000000000004d2b248640f5484ce678ef6de1e4f89a2256051218a69 1.33 MB 1,875 23
736,295 736,295 00000000000000000005796da70a5e6d11be643e93c580f130aa238dbc32b80a 1.05 MB 418 14
736,294 736,294 000000000000000000007d10fb03911f87ecfb2ea38dcc399e45a361a529fd54 1.29 MB 1,307 17
736,293 736,293 000000000000000000028eb98b3aab6a70fe47cf62f470a90244110c0f225303 1.32 MB 2,301 30
736,292 736,292 00000000000000000002f5d887bef5437076463cf4d8e7d4d33e3f92a370d154 1.02 MB 272 14
736,291 736,291 00000000000000000003109ae309f2386554cc355342cbfbe04a0bce241db68a 1.16 MB 1,237 17
736,290 736,290 00000000000000000005c42c967a23b0bfa0959853dc15bf0a01777e9891c837 1.44 MB 1,610 20
736,289 736,289 00000000000000000007d3db84070728543793485f25d3d7924aa133ee463298 1.06 MB 521 13
736,288 736,288 00000000000000000008a9d7f4542b081e7409a69fbc647a663e2621fc62f438 1.11 MB 801 15
736,287 736,287 00000000000000000001db82ae8ddf6391c8e6db3c0d0c2474f7383c79b67d2a 1.10 MB 689 16
736,286 736,286 0000000000000000000066a3974c1ba0f8dda243f0b1bca42fbde6be2ce44e37 1.05 MB 523 14
736,285 736,285 00000000000000000007521acadd713f2753f80d1aa55165ac8f65a427fe0781 1.14 MB 779 16
Previous 10 blocks ↓
Total Size: 647.35 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,479.57 GB sent, 45.10 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.